X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/03914e2c4abb76ede23f25b6fc0d93cec3125282..debf9530eeda778b48877c7bf4a554ed6884369c:/openwrt/package/libtool/Config.in diff --git a/openwrt/package/libtool/Config.in b/openwrt/package/libtool/Config.in index a7ab8329a..4cc721379 100644 --- a/openwrt/package/libtool/Config.in +++ b/openwrt/package/libtool/Config.in @@ -1,13 +1,14 @@ +config BR2_COMPILE_LIBTOOL + tristate + depends BR2_PACKAGE_LIBLTDL + config BR2_PACKAGE_LIBLTDL - tristate "libltdl - 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