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 | 2eae93466f440e4a21bcdc1dee3ba7139838ca30 (patch) | |
tree | 0595dd18795baaa0b4b99a840b15ef47e15557a6 /openwrt/package/libtool | |
parent | a5ec491a09d7181d85d564d1db560587b84876f9 (diff) | |
download | mtk-20170518-2eae93466f440e4a21bcdc1dee3ba7139838ca30.zip mtk-20170518-2eae93466f440e4a21bcdc1dee3ba7139838ca30.tar.gz mtk-20170518-2eae93466f440e4a21bcdc1dee3ba7139838ca30.tar.bz2 |
Add a config var matching the package dir name
SVN-Revision: 984
Diffstat (limited to 'openwrt/package/libtool')
-rw-r--r-- | openwrt/package/libtool/Config.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/openwrt/package/libtool/Config.in b/openwrt/package/libtool/Config.in index 8c72116..d45eca3 100644 --- a/openwrt/package/libtool/Config.in +++ b/openwrt/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 + |