From 94b38ec0fd82f35b05570154559dc71f4d828aaf Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 14 May 2012 23:33:35 +0000 Subject: enable netifd by default and add its config variable to PKG_CONFIG_DEPENDS in a few relevant places git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31730 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/base-files/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package/base-files') diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 78ece51d21..ae96ab54b8 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:=+!USE_NETIFD:base-files-network +USE_NETIFD:netifd + DEPENDS:=+DISABLE_NETIFD:base-files-network +!DISABLE_NETIFD:netifd TITLE:=Base filesystem for OpenWrt URL:=http://openwrt.org/ VERSION:=$(PKG_RELEASE)-$(REVISION) @@ -63,8 +63,8 @@ define Package/base-files/description endef define Package/base-files/config - config USE_NETIFD - bool "Use netifd instead of the old network init scripts (experimental!)" + config DISABLE_NETIFD + bool "Use the old (deprecated) network init scripts instead of netifd" default n endef -- cgit v1.2.3