diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-20 00:33:12 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-20 00:33:12 +0000 |
commit | 48f1e691c946c4716c55642299a0a79cccc5f854 (patch) | |
tree | 83d44511e04c1c35c883474793f7c5f1787d949b /package/libtool | |
parent | f8b1ad8dd6de9d547fdfca70230217c4e7b66494 (diff) | |
download | upstream-48f1e691c946c4716c55642299a0a79cccc5f854.tar.gz upstream-48f1e691c946c4716c55642299a0a79cccc5f854.tar.bz2 upstream-48f1e691c946c4716c55642299a0a79cccc5f854.zip |
Add a config var matching the package dir name
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@984 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libtool')
-rw-r--r-- | package/libtool/Config.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/package/libtool/Config.in b/package/libtool/Config.in index 8c721166a2..d45eca3089 100644 --- a/package/libtool/Config.in +++ b/package/libtool/Config.in @@ -3,5 +3,11 @@ config BR2_PACKAGE_LIBLTDL default m if CONFIG_DEVEL help A generic dynamic object loading library. - + http://www.gnu.org/software/libtool/ + + +config BR2_PACKAGE_LIBTOOL + tristate + default BR2_PACKAGE_LIBLTDL + |