aboutsummaryrefslogtreecommitdiffstats
path: root/package/popt/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-05-07 11:50:47 +0000
committerNicolas Thill <nico@openwrt.org>2005-05-07 11:50:47 +0000
commit16bf47a2fa23fa691e8641be5f4189944b4db1bc (patch)
treeac06f27948db7e22c4bc9d088001fab09c297a07 /package/popt/Config.in
parentc1a7654e593ecc5882c615ff8a96f38847fa2982 (diff)
downloadmaster-187ad058-16bf47a2fa23fa691e8641be5f4189944b4db1bc.tar.gz
master-187ad058-16bf47a2fa23fa691e8641be5f4189944b4db1bc.tar.bz2
master-187ad058-16bf47a2fa23fa691e8641be5f4189944b4db1bc.zip
Fix popt building
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@810 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/popt/Config.in')
-rw-r--r--package/popt/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/popt/Config.in b/package/popt/Config.in
index 8834eb7c37..2564ddf81b 100644
--- a/package/popt/Config.in
+++ b/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
+