contrib: add iwinfo to the package feed
This commit is contained in:
parent
d2c7747851
commit
d1fb1f9d69
1 changed files with 14 additions and 0 deletions
|
@ -236,6 +236,16 @@ define Package/luci-luanet/install
|
|||
endef
|
||||
|
||||
|
||||
define Package/luci-iwinfo
|
||||
$(call Package/luci/libtemplate)
|
||||
TITLE:=Wireless abstration library
|
||||
endef
|
||||
|
||||
define Package/luci-iwinfo/install
|
||||
$(call Package/luci/install/template,$(1),libs/iwinfo)
|
||||
endef
|
||||
|
||||
|
||||
define Package/luci-lucid
|
||||
$(call Package/luci/libtemplate)
|
||||
TITLE:=LuCId Superserver
|
||||
|
@ -958,6 +968,9 @@ endif
|
|||
ifneq ($(CONFIG_PACKAGE_luci-luanet),)
|
||||
PKG_SELECTED_MODULES+=libs/luanet
|
||||
endif
|
||||
ifneq ($(CONFIG_PACKAGE_luci-iwinfo),)
|
||||
PKG_SELECTED_MODULES+=libs/iwinfo
|
||||
endif
|
||||
ifneq ($(CONFIG_PACKAGE_luci-lucid),)
|
||||
PKG_SELECTED_MODULES+=libs/lucid libs/lucid-http
|
||||
endif
|
||||
|
@ -1165,6 +1178,7 @@ $(eval $(call BuildPackage,luci-ipkg))
|
|||
$(eval $(call BuildPackage,luci-json))
|
||||
$(eval $(call BuildPackage,luci-lmo))
|
||||
$(eval $(call BuildPackage,luci-luanet))
|
||||
$(eval $(call BuildPackage,luci-iwinfo))
|
||||
$(eval $(call BuildPackage,luci-lucid))
|
||||
$(eval $(call BuildPackage,luci-nixio))
|
||||
$(eval $(call BuildPackage,luci-px5g))
|
||||
|
|
Loading…
Reference in a new issue