diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-05-14 23:33:35 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-05-14 23:33:35 +0000 |
commit | 94b38ec0fd82f35b05570154559dc71f4d828aaf (patch) | |
tree | 71f95c87a07619e5e936be06e144fce18edfaecd /package/netifd | |
parent | 4c693d4929b4c69489caed5fbc9d663225ddc62a (diff) | |
download | master-187ad058-94b38ec0fd82f35b05570154559dc71f4d828aaf.tar.gz master-187ad058-94b38ec0fd82f35b05570154559dc71f4d828aaf.tar.bz2 master-187ad058-94b38ec0fd82f35b05570154559dc71f4d828aaf.zip |
enable netifd by default and add its config variable to PKG_CONFIG_DEPENDS in a few relevant places
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31730 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/netifd')
-rw-r--r-- | package/netifd/Makefile | 2 |
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 |