* Separated CBI from LuCI Web
* Updated OpenWRT-Makefile
This commit is contained in:
parent
b8124f18f8
commit
30c8b259e1
26 changed files with 19 additions and 4 deletions
2
applications/cbi/Makefile
Normal file
2
applications/cbi/Makefile
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
include ../../build/config.mk
|
||||||
|
include ../../build/module.mk
|
|
@ -124,7 +124,7 @@ endef
|
||||||
|
|
||||||
define Package/luci-mod-admin-core
|
define Package/luci-mod-admin-core
|
||||||
$(call Package/luci/template)
|
$(call Package/luci/template)
|
||||||
DEPENDS:=luci +luci-web
|
DEPENDS:=luci +luci-web +luci-app-cbi
|
||||||
TITLE:=Core administrative pages
|
TITLE:=Core administrative pages
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -151,6 +151,17 @@ endef
|
||||||
|
|
||||||
### Applications ###
|
### Applications ###
|
||||||
|
|
||||||
|
define Package/luci-app-cbi
|
||||||
|
$(call Package/luci/template)
|
||||||
|
DEPENDS:=luci +luci-web
|
||||||
|
TITLE:=Configuration Binding Interface
|
||||||
|
endef
|
||||||
|
|
||||||
|
define Package/luci-app-cbi/install
|
||||||
|
$(call Package/luci/install/template,$(1),applications/cbi)
|
||||||
|
endef
|
||||||
|
|
||||||
|
|
||||||
define Package/luci-app-ffwizard-leipzig
|
define Package/luci-app-ffwizard-leipzig
|
||||||
$(call Package/luci/template)
|
$(call Package/luci/template)
|
||||||
DEPENDS:=luci +luci-mod-freifunk
|
DEPENDS:=luci +luci-mod-freifunk
|
||||||
|
@ -200,7 +211,7 @@ endef
|
||||||
|
|
||||||
define Package/luci-app-statistics
|
define Package/luci-app-statistics
|
||||||
$(call Package/luci/template)
|
$(call Package/luci/template)
|
||||||
DEPENDS:=luci +collectd +collectd-mod-rrdtool1 +rrdtool1
|
DEPENDS:=luci +luci-mod-admin-core +collectd +collectd-mod-rrdtool1 +rrdtool1
|
||||||
TITLE:=LuCI Statistics Application (incomplete)
|
TITLE:=LuCI Statistics Application (incomplete)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -219,7 +230,7 @@ endef
|
||||||
|
|
||||||
define Package/luci-sgi-haserl
|
define Package/luci-sgi-haserl
|
||||||
$(call Package/luci/template)
|
$(call Package/luci/template)
|
||||||
DEPENDS:=luci +haserl-lua
|
DEPENDS:=luci +luci-web +haserl-lua
|
||||||
TITLE:=SGI for Haserl
|
TITLE:=SGI for Haserl
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -231,7 +242,7 @@ endef
|
||||||
|
|
||||||
define Package/luci-sgi-webuci
|
define Package/luci-sgi-webuci
|
||||||
$(call Package/luci/template)
|
$(call Package/luci/template)
|
||||||
DEPENDS:=luci
|
DEPENDS:=luci +luci-web
|
||||||
TITLE:=SGI for Webuci
|
TITLE:=SGI for Webuci
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -243,6 +254,7 @@ endef
|
||||||
|
|
||||||
|
|
||||||
$(eval $(call BuildPackage,luci))
|
$(eval $(call BuildPackage,luci))
|
||||||
|
$(eval $(call BuildPackage,luci-web))
|
||||||
|
|
||||||
$(eval $(call BuildPackage,luci-ff-halle))
|
$(eval $(call BuildPackage,luci-ff-halle))
|
||||||
$(eval $(call BuildPackage,luci-ff-leipzig))
|
$(eval $(call BuildPackage,luci-ff-leipzig))
|
||||||
|
@ -251,6 +263,7 @@ $(eval $(call BuildPackage,luci-ff-hannover))
|
||||||
$(eval $(call BuildPackage,luci-mod-admin-core))
|
$(eval $(call BuildPackage,luci-mod-admin-core))
|
||||||
$(eval $(call BuildPackage,luci-mod-freifunk))
|
$(eval $(call BuildPackage,luci-mod-freifunk))
|
||||||
|
|
||||||
|
$(eval $(call BuildPackage,luci-app-cbi))
|
||||||
$(eval $(call BuildPackage,luci-app-ffwizard-leipzig))
|
$(eval $(call BuildPackage,luci-app-ffwizard-leipzig))
|
||||||
$(eval $(call BuildPackage,luci-app-firewall))
|
$(eval $(call BuildPackage,luci-app-firewall))
|
||||||
$(eval $(call BuildPackage,luci-app-splash))
|
$(eval $(call BuildPackage,luci-app-splash))
|
||||||
|
|
Loading…
Reference in a new issue