From a8d97b908183a4d38f48860f6467320bb48a9ea1 Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 5 Apr 2005 18:21:58 +0000 Subject: hide experimental/developer options from the user. can be reenabled by using make menuconfig DEVELOPER=1 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@567 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'openwrt/Makefile') diff --git a/openwrt/Makefile b/openwrt/Makefile index 3d9bcb387..fd2a4ad8e 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -24,7 +24,11 @@ #-------------------------------------------------------------- TOPDIR=${shell pwd} export TOPDIR +ifneq ($(DEVELOPER),) +CONFIG_CONFIG_IN = Config.in.devel +else CONFIG_CONFIG_IN = Config.in +endif CONFIG_DEFCONFIG = .defconfig CONFIG = package/config -- cgit v1.2.3