diff options
Diffstat (limited to 'openwrt/package/expat/Config.in')
-rw-r--r-- | openwrt/package/expat/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/expat/Config.in b/openwrt/package/expat/Config.in index 45f88c05a8..0347f3bca5 100644 --- a/openwrt/package/expat/Config.in +++ b/openwrt/package/expat/Config.in @@ -4,12 +4,12 @@ config BR2_COMPILE_EXPAT 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/ - |