diff options
| author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-14 04:24:44 +0000 |
|---|---|---|
| committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-14 04:24:44 +0000 |
| commit | b224e3ca56d548e39ca3adbd0220e6c21d3be41b (patch) | |
| tree | 6bc1e3b2c02726f41b55b5c29e5f04d98fe5a067 /openwrt/package/expat/Config.in | |
| parent | e1f72b41ebdf23a13215095fb2eee6fe6ee71536 (diff) | |
add expat package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1656 3c298f89-4303-0410-b956-a3cf2f4a3e73
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/ + + |
