diff options
Diffstat (limited to 'openwrt/package/popt/Config.in')
-rw-r--r-- | openwrt/package/popt/Config.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/openwrt/package/popt/Config.in b/openwrt/package/popt/Config.in index 291e69330..9f61204d5 100644 --- a/openwrt/package/popt/Config.in +++ b/openwrt/package/popt/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_POPT - tristate "popt (a command line option parsing library)" + prompt "popt" + tristate default m help A command line option parsing library @@ -7,3 +8,7 @@ config BR2_PACKAGE_POPT ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/ +config BR2_PACKAGE_LIBPOPT + tristate + default BR2_PACKAGE_POPT + |