aboutsummaryrefslogtreecommitdiffstats
path: root/openwrt/package/expat/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/package/expat/Config.in')
-rw-r--r--openwrt/package/expat/Config.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/openwrt/package/expat/Config.in b/openwrt/package/expat/Config.in
deleted file mode 100644
index 9b34c52c89..0000000000
--- a/openwrt/package/expat/Config.in
+++ /dev/null
@@ -1,15 +0,0 @@
-config BR2_COMPILE_EXPAT
- tristate
- default n
- depends BR2_PACKAGE_LIBEXPAT
-
-config BR2_PACKAGE_LIBEXPAT
- prompt "libexpat.......................... A fast, non-validating, stream-oriented XML parsing library"
- tristate
- default m if CONFIG_DEVEL
- select BR2_COMPILE_EXPAT
- help
- A fast, non-validating, stream-oriented XML parsing library
-
- http://expat.sourceforge.net/
-