summaryrefslogtreecommitdiff
path: root/openwrt/package/libtool
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-05-20 00:33:12 +0000
committerNicolas Thill <nico@openwrt.org>2005-05-20 00:33:12 +0000
commit2eae93466f440e4a21bcdc1dee3ba7139838ca30 (patch)
tree0595dd18795baaa0b4b99a840b15ef47e15557a6 /openwrt/package/libtool
parenta5ec491a09d7181d85d564d1db560587b84876f9 (diff)
downloadmtk-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.in8
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
+