From: nbd Date: Tue, 29 May 2012 13:02:10 +0000 (+0000) Subject: netifd: remove obsolete config variable dependency X-Git-Tag: fast2504n-3.10.28-merged~5887 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=b0d06c0492d356308db8f241a4803d1b7c8254c1;p=openwrt.git netifd: remove obsolete config variable dependency git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31988 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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