base-files: remove base-files-network, netifd is the only supported option now
[openwrt/svn-archive/archive.git] / package / base-files / Makefile
index 4e9b41f0e6fc3f61c80a99ce623fe8fe1b341ff2..41e68703539051bf42ea208feade4eb965720858 100644 (file)
@@ -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