X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/db072a5d2027b0f27e7f4fa52c02bce031bc7fef..bdd94763c1c3c236e2bd8b2282dad526e08bbb66:/openwrt/package/libtool/Config.in diff --git a/openwrt/package/libtool/Config.in b/openwrt/package/libtool/Config.in index d45eca308..5102863a3 100644 --- a/openwrt/package/libtool/Config.in +++ b/openwrt/package/libtool/Config.in @@ -1,13 +1,14 @@ +config BR2_COMPILE_LIBTOOL + bool + depends BR2_PACKAGE_LIBLTDL + config BR2_PACKAGE_LIBLTDL - tristate "libltdl (a generic dynamic object loading library)" + prompt "libltdl........................... A generic dynamic object loading library" + tristate default m if CONFIG_DEVEL + select BR2_COMPILE_LIBTOOL help A generic dynamic object loading library. http://www.gnu.org/software/libtool/ - - -config BR2_PACKAGE_LIBTOOL - tristate - default BR2_PACKAGE_LIBLTDL