diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-18 19:45:56 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-18 19:45:56 +0000 |
commit | 8bc4d3fe6d27e5416577f1c5d5d157b5260d7da2 (patch) | |
tree | 63198f33b86aedf19e4d9e603fbbb665eed9f9d5 /openwrt/package/haserl | |
parent | 833f90e2f0f48145d5d8a37474d460777d5cafe3 (diff) | |
download | mtk-20170518-8bc4d3fe6d27e5416577f1c5d5d157b5260d7da2.zip mtk-20170518-8bc4d3fe6d27e5416577f1c5d5d157b5260d7da2.tar.gz mtk-20170518-8bc4d3fe6d27e5416577f1c5d5d157b5260d7da2.tar.bz2 |
disable non-essential packages by default if DEVELOPER is unset on make menuconfig
SVN-Revision: 675
Diffstat (limited to 'openwrt/package/haserl')
-rw-r--r-- | openwrt/package/haserl/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/haserl/Config.in b/openwrt/package/haserl/Config.in index 86663d2..12891b8 100644 --- a/openwrt/package/haserl/Config.in +++ b/openwrt/package/haserl/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_HASERL tristate "haserl" - default m + default m if CONFIG_DEVEL help A CGI wrapper to embed shell scripts in HTML documents. |