X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/3242e7871cb1fa150bdaaf38a1033065e4dd62cb..e695162bd56afa8b251fa05c321019d021411894:/openwrt/package/expat/Config.in?ds=sidebyside diff --git a/openwrt/package/expat/Config.in b/openwrt/package/expat/Config.in index 45f88c05a..9b34c52c8 100644 --- a/openwrt/package/expat/Config.in +++ b/openwrt/package/expat/Config.in @@ -1,15 +1,15 @@ config BR2_COMPILE_EXPAT - bool + tristate default n depends BR2_PACKAGE_LIBEXPAT config BR2_PACKAGE_LIBEXPAT - tristate "libexpat - a fast, non-validating, stream-oriented XML parsing library" + prompt "libexpat.......................... A fast, non-validating, stream-oriented XML parsing library" + tristate default m if CONFIG_DEVEL select BR2_COMPILE_EXPAT help A fast, non-validating, stream-oriented XML parsing library http://expat.sourceforge.net/ -