X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b224e3ca56d548e39ca3adbd0220e6c21d3be41b..28916540a338de71f5b19269fe2882d5863ef33a:/openwrt/package/expat/Config.in?ds=sidebyside diff --git a/openwrt/package/expat/Config.in b/openwrt/package/expat/Config.in index 4c47dccc1..9b34c52c8 100644 --- a/openwrt/package/expat/Config.in +++ b/openwrt/package/expat/Config.in @@ -1,16 +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" -# default m if CONFIG_DEVEL - default n + 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/ -