netifd: depend on libubox directly to rebuild on ABI changes
authorFelix Fietkau <nbd@openwrt.org>
Sun, 23 Feb 2014 17:32:15 +0000 (17:32 +0000)
committerFelix 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

index 0c3e691a10208807d68c8864709c4eddaf950c46..46ec3f95ac25f3a37c2de003f139dad370c872ad 100644 (file)
@@ -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