aboutsummaryrefslogtreecommitdiffstats
path: root/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
commitc3e3f79ef4bfaea9558ecb7a32d8591f2796e430 (patch)
tree49e3aa075b004865ed3af75ff612c21828dddaee /package/expat/Config.in
parent031bda20037e9bd73eca5625c9230dcf93ec4af5 (diff)
downloadmaster-187ad058-c3e3f79ef4bfaea9558ecb7a32d8591f2796e430.tar.gz
master-187ad058-c3e3f79ef4bfaea9558ecb7a32d8591f2796e430.tar.bz2
master-187ad058-c3e3f79ef4bfaea9558ecb7a32d8591f2796e430.zip
add expat package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1656 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/expat/Config.in')
-rw-r--r--package/expat/Config.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/package/expat/Config.in b/package/expat/Config.in
new file mode 100644
index 0000000000..4c47dccc19
--- /dev/null
+++ b/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/
+
+