Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Schoenebeck <christian.schoenebeck@gmail.com>2015-01-11 00:33:43 +0300
committerChristian Schoenebeck <christian.schoenebeck@gmail.com>2015-01-11 00:33:43 +0300
commit42757cb5495271833c17369549d701bee12d4c36 (patch)
treee262665da3322c618957cacd7e0d08b5776514bf /collections
parent9a81d8ff32bcb023d4d6e9f8955d978cfb76455c (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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/collections/luci/Makefile b/collections/luci/Makefile
index dff5be67fa..ace4735a03 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