From f85eb6d428598db0d0c0e4b9e94d8d0bcab0f512 Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 21 Oct 2011 01:47:49 +0000 Subject: add an initial (experimental) version of netifd, disabled by default git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28499 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/base-files/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'package/base-files') diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 0f823beee..b19f694a0 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -34,7 +34,7 @@ endif define Package/base-files SECTION:=base CATEGORY:=Base system - DEPENDS:=+base-files-network + DEPENDS:=+!USE_NETIFD:base-files-network +USE_NETIFD:netifd TITLE:=Base filesystem for OpenWrt URL:=http://openwrt.org/ VERSION:=$(PKG_RELEASE)-$(REVISION) @@ -66,6 +66,11 @@ define Package/base-files/description This package contains a base filesystem and system scripts for OpenWrt. endef +define Package/base-files/config + config USE_NETIFD + bool "Use netifd instead of the old network init scripts (experimental!)" + default n +endef define Package/gcc/Default SECTION:=libs -- cgit v1.2.3