projects
/
project
/
luci2
/
ui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d591df
)
luci2: add missing depends to OpenWrt Makefile
author
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 13 Feb 2015 23:58:06 +0000
(
00:58
+0100)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 13 Feb 2015 23:58:06 +0000
(
00:58
+0100)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
luci2/Makefile
patch
|
blob
|
history
diff --git
a/luci2/Makefile
b/luci2/Makefile
index 06ac991777687465d10edd33d6cdfa7a899f8de7..01407743530667e69ca9d676c2e4befdb6b1a9e5 100644
(file)
--- 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