diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-05-29 13:02:10 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-05-29 13:02:10 +0000 |
commit | b0d06c0492d356308db8f241a4803d1b7c8254c1 (patch) | |
tree | d610226cc086e8b988f8d84533f7b242efd49cba /package/netifd/Makefile | |
parent | b50f2a903c417cf7214b524020b90a7e286e0d82 (diff) |
netifd: remove obsolete config variable dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31988 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/netifd/Makefile')
-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 236678d95d..805f2f3bbe 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 |