summaryrefslogtreecommitdiffstats
path: root/package/luaexpat/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/luaexpat/Config.in')
-rw-r--r--package/luaexpat/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/luaexpat/Config.in b/package/luaexpat/Config.in
new file mode 100644
index 000000000..186c5c917
--- /dev/null
+++ b/package/luaexpat/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_LUAEXPAT
+ bool "luaexpat"
+ select BR2_PACKAGE_EXPAT
+ help
+ LuaExpat is a SAX XML parser based on the Expat library.
+
+ http://matthewwild.co.uk/projects/luaexpat/