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/popt/Config.in | |
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/popt/Config.in')
-rw-r--r-- | openwrt/package/popt/Config.in | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/openwrt/package/popt/Config.in b/openwrt/package/popt/Config.in index 9f61204..8834eb7 100644 --- a/openwrt/package/popt/Config.in +++ b/openwrt/package/popt/Config.in @@ -1,14 +1,9 @@ config BR2_PACKAGE_POPT - prompt "popt" - tristate - default m + tristate "popt (a command line option parsing library)" + default m if CONFIG_DEVEL help A command line option parsing library ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/ -config BR2_PACKAGE_LIBPOPT - tristate - default BR2_PACKAGE_POPT - |