From: Felix Fietkau <nbd@openwrt.org>
Date: Tue, 29 May 2012 13:02:10 +0000 (+0000)
Subject: netifd: remove obsolete config variable dependency
X-Git-Tag: reboot~13751
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=c444edc6fdd096cfa8335effd6f57b292c265793;p=openwrt%2Fstaging%2Fblogic.git

netifd: remove obsolete config variable dependency

SVN-Revision: 31988
---

diff --git a/package/netifd/Makefile b/package/netifd/Makefile
index 236678d95df4..805f2f3bbe5b 100644
--- a/package/netifd/Makefile
+++ b/package/netifd/Makefile
@@ -18,7 +18,7 @@ include $(INCLUDE_DIR)/cmake.mk
 define Package/netifd
   SECTION:=base
   CATEGORY:=Base system
-  DEPENDS:=+libuci +libnl-tiny +libubus +ubus +ubusd +jshn @!DISABLE_NETIFD
+  DEPENDS:=+libuci +libnl-tiny +libubus +ubus +ubusd +jshn
   TITLE:=OpenWrt Network Interface Configuration Daemon
 endef