projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
hide experimental/developer options from the user. can be reenabled by using make...
[openwrt.git]
/
openwrt
/
Makefile
diff --git
a/openwrt/Makefile
b/openwrt/Makefile
index
3d9bcb3
..
fd2a4ad
100644
(file)
--- a/
openwrt/Makefile
+++ b/
openwrt/Makefile
@@
-24,7
+24,11
@@
#--------------------------------------------------------------
TOPDIR=${shell pwd}
export TOPDIR
#--------------------------------------------------------------
TOPDIR=${shell pwd}
export TOPDIR
+ifneq ($(DEVELOPER),)
+CONFIG_CONFIG_IN = Config.in.devel
+else
CONFIG_CONFIG_IN = Config.in
CONFIG_CONFIG_IN = Config.in
+endif
CONFIG_DEFCONFIG = .defconfig
CONFIG = package/config
CONFIG_DEFCONFIG = .defconfig
CONFIG = package/config
This page took
0.020879 seconds
and
4
git commands to generate.