projects
/
openwrt
/
staging
/
florian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01c4775
)
netifd: depend on libubox directly to rebuild on ABI changes
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 23 Feb 2014 17:32:15 +0000
(17:32 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 23 Feb 2014 17:32:15 +0000
(17:32 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39723
package/network/config/netifd/Makefile
patch
|
blob
|
history
diff --git
a/package/network/config/netifd/Makefile
b/package/network/config/netifd/Makefile
index 0c3e691a10208807d68c8864709c4eddaf950c46..46ec3f95ac25f3a37c2de003f139dad370c872ad 100644
(file)
--- a/
package/network/config/netifd/Makefile
+++ b/
package/network/config/netifd/Makefile
@@
-24,7
+24,7
@@
include $(INCLUDE_DIR)/cmake.mk
define Package/netifd
SECTION:=base
CATEGORY:=Base system
- DEPENDS:=+libuci +libnl-tiny +libubus +ubus +ubusd +jshn
+ DEPENDS:=+libuci +libnl-tiny +libubus +ubus +ubusd +jshn
+libubox
TITLE:=OpenWrt Network Interface Configuration Daemon
endef