summaryrefslogtreecommitdiff
path: root/openwrt/package/expat/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-08-14 04:24:44 +0000
committerNicolas Thill <nico@openwrt.org>2005-08-14 04:24:44 +0000
commitfd742beb74ed96b8f0a87e6a20ca73e639a90fb9 (patch)
tree6bc1e3b2c02726f41b55b5c29e5f04d98fe5a067 /openwrt/package/expat/Config.in
parentda32248a24d437ab6c8cf088454b2fd4c56d1a20 (diff)
downloadmtk-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.in16
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/
+
+