aboutsummaryrefslogtreecommitdiffstats
path: root/package/netifd
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-05-14 23:33:35 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-05-14 23:33:35 +0000
commit5eed1d8f6b6228d738f25de528f005d7716e6d9d (patch)
tree0eb94160ace4bccf86dc7abef54263494d8d2d5b /package/netifd
parenta6e7b3cffeaf69fbb0f9fb20f102849dca9d1340 (diff)
downloadupstream-5eed1d8f6b6228d738f25de528f005d7716e6d9d.tar.gz
upstream-5eed1d8f6b6228d738f25de528f005d7716e6d9d.tar.bz2
upstream-5eed1d8f6b6228d738f25de528f005d7716e6d9d.zip
enable netifd by default and add its config variable to PKG_CONFIG_DEPENDS in a few relevant places
SVN-Revision: 31730
Diffstat (limited to 'package/netifd')
-rw-r--r--package/netifd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/netifd/Makefile b/package/netifd/Makefile
index 4964d69524..a5426b69ea 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 @USE_NETIFD
+ DEPENDS:=+libuci +libnl-tiny +libubus +ubus +ubusd +jshn @!DISABLE_NETIFD
TITLE:=OpenWrt Network Interface Configuration Daemon
endef