tag rc6
[openwrt/svn-archive/openwrt.git] / package / libtool / Config.in
diff --git a/package/libtool/Config.in b/package/libtool/Config.in
new file mode 100644 (file)
index 0000000..a7ab832
--- /dev/null
@@ -0,0 +1,13 @@
+config BR2_PACKAGE_LIBLTDL
+       tristate "libltdl - Generic dynamic object loading library"
+       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
+