netifd: remove obsolete config variable dependency
authorFelix Fietkau <nbd@openwrt.org>
Tue, 29 May 2012 13:02:10 +0000 (13:02 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 29 May 2012 13:02:10 +0000 (13:02 +0000)
SVN-Revision: 31988

package/netifd/Makefile

index 236678d95df440ce051e6db5d78f32935a14eebd..805f2f3bbe5b870b27147f4f24c1f0c8ae636cdd 100644 (file)
@@ -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