summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-02-14 00:58:06 +0100
committerJo-Philipp Wich <jow@openwrt.org>2015-02-14 00:58:06 +0100
commite452ca693af5278ff2ddc69b6f8ed0f346c98fb1 (patch)
tree0e9c567207ac4718b07a34a920c9e87ac247cbd8
parent3d591dfe4abf79c1e43d0126556f65774fe0c80b (diff)
downloadluci2-ui-e452ca693af5278ff2ddc69b6f8ed0f346c98fb1.tar.gz
luci2: add missing depends to OpenWrt Makefile
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
-rw-r--r--luci2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/luci2/Makefile b/luci2/Makefile
index 06ac991..0140774 100644
--- a/luci2/Makefile
+++ b/luci2/Makefile
@@ -27,7 +27,7 @@ define Package/luci2
SECTION:=luci2
CATEGORY:=LuCI2
TITLE:=LuCI2 UI
- DEPENDS:=+rpcd +rpcd-mod-iwinfo +uhttpd +uhttpd-mod-ubus
+ DEPENDS:=+rpcd +rpcd-mod-iwinfo +uhttpd +uhttpd-mod-ubus +libubox +libubus
endef
define Package/luci2/description