diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-07 11:50:47 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-07 11:50:47 +0000 |
commit | 02b82f795ea54ede95fd3d4334398e1b4c5a81a4 (patch) | |
tree | 19538344ea97c30f7f4ee7d5cff31dd4264ca84f /openwrt/package/popt | |
parent | 78d0b7803d0ed2e43c84f02fab9a8338c6cd95b2 (diff) | |
download | mtk-20170518-02b82f795ea54ede95fd3d4334398e1b4c5a81a4.zip mtk-20170518-02b82f795ea54ede95fd3d4334398e1b4c5a81a4.tar.gz mtk-20170518-02b82f795ea54ede95fd3d4334398e1b4c5a81a4.tar.bz2 |
Fix popt building
SVN-Revision: 810
Diffstat (limited to 'openwrt/package/popt')
-rw-r--r-- | openwrt/package/popt/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openwrt/package/popt/Config.in b/openwrt/package/popt/Config.in index 8834eb7..2564ddf 100644 --- a/openwrt/package/popt/Config.in +++ b/openwrt/package/popt/Config.in @@ -7,3 +7,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 + |