diff options
-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 8834eb7c37..2564ddf81b 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 + |