summaryrefslogtreecommitdiff
path: root/openwrt/package/lua/ipkg
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/package/lua/ipkg')
-rw-r--r--openwrt/package/lua/ipkg/liblua.control4
-rw-r--r--openwrt/package/lua/ipkg/lua-examples.control5
-rw-r--r--openwrt/package/lua/ipkg/lua.control5
-rw-r--r--openwrt/package/lua/ipkg/luac.control5
4 files changed, 0 insertions, 19 deletions
diff --git a/openwrt/package/lua/ipkg/liblua.control b/openwrt/package/lua/ipkg/liblua.control
deleted file mode 100644
index 502523a..0000000
--- a/openwrt/package/lua/ipkg/liblua.control
+++ /dev/null
@@ -1,4 +0,0 @@
-Package: liblua
-Priority: optional
-Section: libs
-Description: LUA programming language shared libraries
diff --git a/openwrt/package/lua/ipkg/lua-examples.control b/openwrt/package/lua/ipkg/lua-examples.control
deleted file mode 100644
index fc0e46e..0000000
--- a/openwrt/package/lua/ipkg/lua-examples.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: lua-examples
-Priority: optional
-Section: devel
-Description: LUA programming language examples
-Depends: lua
diff --git a/openwrt/package/lua/ipkg/lua.control b/openwrt/package/lua/ipkg/lua.control
deleted file mode 100644
index a938103..0000000
--- a/openwrt/package/lua/ipkg/lua.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: lua
-Priority: optional
-Section: admin
-Description: LUA programming language interpreter
-Depends: liblua
diff --git a/openwrt/package/lua/ipkg/luac.control b/openwrt/package/lua/ipkg/luac.control
deleted file mode 100644
index f379f9e..0000000
--- a/openwrt/package/lua/ipkg/luac.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: luac
-Priority: optional
-Section: devel
-Description: LUA programming language compiler
-Depends: liblua