X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=package%2Fexpat%2FConfig.in;h=9b34c52c897be2754b9daf96d365d27db91c5af1;hb=589cbb3338e9e85dc482b76f35f735cddfa7c572;hp=4c47dccc192c567d94825622cc51489570f2354b;hpb=ec20fa7ee77bbea93d2fd15c7d68157590eae20a;p=openwrt.git diff --git a/package/expat/Config.in b/package/expat/Config.in index 4c47dccc19..9b34c52c89 100644 --- a/package/expat/Config.in +++ b/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/ -