From 232df3c46d9db537e321ea0849bda28344d33166 Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 29 May 2012 12:59:03 +0000 Subject: base-files: remove base-files-network, netifd is the only supported option now git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31980 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/base-files/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'package/base-files/Makefile') diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 4e9b41f0e..41e687035 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -35,7 +35,7 @@ endif define Package/base-files SECTION:=base CATEGORY:=Base system - DEPENDS:=+DISABLE_NETIFD:base-files-network +!DISABLE_NETIFD:netifd + DEPENDS:=+netifd TITLE:=Base filesystem for OpenWrt URL:=http://openwrt.org/ VERSION:=$(PKG_RELEASE)-$(REVISION) @@ -62,12 +62,6 @@ define Package/base-files/description This package contains a base filesystem and system scripts for OpenWrt. endef -define Package/base-files/config - config DISABLE_NETIFD - bool "Use the old (deprecated) network init scripts instead of netifd" - default n -endef - define Package/gcc/Default SECTION:=libs CATEGORY:=Base system -- cgit v1.2.3