diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-05-29 12:59:03 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-05-29 12:59:03 +0000 |
commit | a15cc8b08990d6ee25ab0ed80c67b940b797a9f2 (patch) | |
tree | 6c1eec09ce0f87564929d979aba6f62a91f26f82 /package/base-files | |
parent | fe7e73a9ac3e11275f12116432bdc68be684d109 (diff) | |
download | upstream-a15cc8b08990d6ee25ab0ed80c67b940b797a9f2.tar.gz upstream-a15cc8b08990d6ee25ab0ed80c67b940b797a9f2.tar.bz2 upstream-a15cc8b08990d6ee25ab0ed80c67b940b797a9f2.zip |
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
Diffstat (limited to 'package/base-files')
-rw-r--r-- | package/base-files/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 4e9b41f0e6..41e6870353 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 |