diff options
author | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2015-01-10 22:33:43 +0100 |
---|---|---|
committer | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2015-01-10 22:33:43 +0100 |
commit | 42757cb5495271833c17369549d701bee12d4c36 (patch) | |
tree | e262665da3322c618957cacd7e0d08b5776514bf /collections | |
parent | 9a81d8ff32bcb023d4d6e9f8955d978cfb76455c (diff) |
Modified dependencies
Module luci-base
- libubus-lua not needed
Module luci-mod-admin
- libubus-lua needed
Collection luci
- luci-lib-nixio not needed, already in luci-base
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Diffstat (limited to 'collections')
-rw-r--r-- | collections/luci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/collections/luci/Makefile b/collections/luci/Makefile index dff5be67f..ace4735a0 100644 --- a/collections/luci/Makefile +++ b/collections/luci/Makefile @@ -12,7 +12,7 @@ LUCI_BASENAME:=luci LUCI_TITLE:=Standard OpenWrt set including full admin with ppp support and the default Bootstrap theme LUCI_DEPENDS:= \ +uhttpd +uhttpd-mod-ubus +luci-mod-admin-full +luci-theme-bootstrap \ - +luci-app-firewall +luci-proto-ppp +libiwinfo-lua +luci-lib-nixio + +luci-app-firewall +luci-proto-ppp +libiwinfo-lua include ../../luci.mk |