diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2005-04-05 18:21:58 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-05 18:21:58 +0000 |
| commit | b5893d19fc774939920f8566d8770a00e008f972 (patch) | |
| tree | a183650cdd73da0e2fa2171525e36202451900fc /openwrt/Makefile | |
| parent | 64f74ab8ec9d1847b437045a10f5b074c7ad835f (diff) | |
| download | mtk-20170518-b5893d19fc774939920f8566d8770a00e008f972.zip mtk-20170518-b5893d19fc774939920f8566d8770a00e008f972.tar.gz mtk-20170518-b5893d19fc774939920f8566d8770a00e008f972.tar.bz2 | |
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/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openwrt/Makefile b/openwrt/Makefile index 3d9bcb3..fd2a4ad 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 |
