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/package/busybox/Config.in | |
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/package/busybox/Config.in')
-rw-r--r-- | openwrt/package/busybox/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/busybox/Config.in b/openwrt/package/busybox/Config.in index 4f72994..4187ed0 100644 --- a/openwrt/package/busybox/Config.in +++ b/openwrt/package/busybox/Config.in @@ -12,6 +12,7 @@ config BR2_PACKAGE_BUSYBOX config BR2_PACKAGE_BUSYBOX_SNAPSHOT bool "Use the daily snapshot of busybox?" depends BR2_PACKAGE_BUSYBOX + depends CONFIG_DEVEL default n help Use the latest busybox CVS snapshot instead of release. |