summaryrefslogtreecommitdiffhomepage
path: root/collections
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-01-10 22:39:41 +0100
committerJo-Philipp Wich <jow@openwrt.org>2015-01-10 22:39:41 +0100
commitc5477f717dd50a9a2c87fa7f0cc0cbc03a2047cc (patch)
treee262665da3322c618957cacd7e0d08b5776514bf /collections
parent9a81d8ff32bcb023d4d6e9f8955d978cfb76455c (diff)
parent42757cb5495271833c17369549d701bee12d4c36 (diff)
Merge pull request #288 from chris5560/master
Modified dependencies
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