diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-02-23 17:32:15 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-02-23 17:32:15 +0000 |
commit | a15524582cc301f7eed14729d929fd043af3a8f2 (patch) | |
tree | d668501afead25af328e317bfb35e5de73fa8b22 /package/network/config | |
parent | 01c4775116dfc20da754bb8253349fb837e2fc53 (diff) | |
download | upstream-a15524582cc301f7eed14729d929fd043af3a8f2.tar.gz upstream-a15524582cc301f7eed14729d929fd043af3a8f2.tar.bz2 upstream-a15524582cc301f7eed14729d929fd043af3a8f2.zip |
netifd: depend on libubox directly to rebuild on ABI changes
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39723
Diffstat (limited to 'package/network/config')
-rw-r--r-- | package/network/config/netifd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile index 0c3e691a10..46ec3f95ac 100644 --- 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 |