diff options
Diffstat (limited to 'openwrt/package/expat/Config.in')
-rw-r--r-- | openwrt/package/expat/Config.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/openwrt/package/expat/Config.in b/openwrt/package/expat/Config.in new file mode 100644 index 000000000..4c47dccc1 --- /dev/null +++ b/openwrt/package/expat/Config.in @@ -0,0 +1,16 @@ +config BR2_COMPILE_EXPAT + bool + 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 + select BR2_COMPILE_EXPAT + help + A fast, non-validating, stream-oriented XML parsing library + + http://expat.sourceforge.net/ + + |