1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-01 00:53:50 +03:00

netifd: remove obsolete config variable dependency

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31988 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2012-05-29 13:02:10 +00:00
parent b50f2a903c
commit b0d06c0492

View 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