diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-08-14 04:24:44 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-08-14 04:24:44 +0000 |
commit | fd742beb74ed96b8f0a87e6a20ca73e639a90fb9 (patch) | |
tree | 6bc1e3b2c02726f41b55b5c29e5f04d98fe5a067 /openwrt/package/expat/Config.in | |
parent | da32248a24d437ab6c8cf088454b2fd4c56d1a20 (diff) | |
download | mtk-20170518-fd742beb74ed96b8f0a87e6a20ca73e639a90fb9.zip mtk-20170518-fd742beb74ed96b8f0a87e6a20ca73e639a90fb9.tar.gz mtk-20170518-fd742beb74ed96b8f0a87e6a20ca73e639a90fb9.tar.bz2 |
add expat package
SVN-Revision: 1656
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 0000000..4c47dcc --- /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/ + + |