hide experimental/developer options from the user. can be reenabled by using make...
[openwrt.git] / Makefile
index 3d9bcb3..fd2a4ad 100644 (file)
--- a/Makefile
+++ b/Makefile
 #--------------------------------------------------------------
 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
 
This page took 0.019957 seconds and 4 git commands to generate.