aboutsummaryrefslogtreecommitdiffstats
path: root/openwrt/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-04-05 18:21:58 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-04-05 18:21:58 +0000
commitb5893d19fc774939920f8566d8770a00e008f972 (patch)
treea183650cdd73da0e2fa2171525e36202451900fc /openwrt/Makefile
parent64f74ab8ec9d1847b437045a10f5b074c7ad835f (diff)
downloadupstream-b5893d19fc774939920f8566d8770a00e008f972.tar.gz
upstream-b5893d19fc774939920f8566d8770a00e008f972.tar.bz2
upstream-b5893d19fc774939920f8566d8770a00e008f972.zip
hide experimental/developer options from the user. can be reenabled by using make menuconfig DEVELOPER=1
SVN-Revision: 567
Diffstat (limited to 'openwrt/Makefile')
-rw-r--r--openwrt/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/openwrt/Makefile b/openwrt/Makefile
index 3d9bcb3870..fd2a4ad8e4 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