summaryrefslogtreecommitdiffstats
path: root/package/network/utils/iwinfo/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-01-04 09:32:06 +0000
committerJohn Crispin <john@openwrt.org>2013-01-04 09:32:06 +0000
commitff0c7a9ec9d64c82a449a6da5fb25eb5ce37054e (patch)
tree31699c1742158372fc5c3763808d028afa4c4838 /package/network/utils/iwinfo/Makefile
parent12bcd51efd8093cace99785fdd79756517394be4 (diff)
downloadmaster-31e0f0ae-ff0c7a9ec9d64c82a449a6da5fb25eb5ce37054e.tar.gz
master-31e0f0ae-ff0c7a9ec9d64c82a449a6da5fb25eb5ce37054e.tar.bz2
master-31e0f0ae-ff0c7a9ec9d64c82a449a6da5fb25eb5ce37054e.zip
don't depend on lua
Delete +lua from libiwinfo-lua. Signed-off-by: Stefan Hellermann <stefan@the2masters.de> SVN-Revision: 35005
Diffstat (limited to 'package/network/utils/iwinfo/Makefile')
-rw-r--r--package/network/utils/iwinfo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/iwinfo/Makefile b/package/network/utils/iwinfo/Makefile
index d1c70cbc75..0bea4ec78f 100644
--- a/package/network/utils/iwinfo/Makefile
+++ b/package/network/utils/iwinfo/Makefile
@@ -39,7 +39,7 @@ define Package/libiwinfo-lua
SECTION:=lang
CATEGORY:=Languages
TITLE:=libiwinfo Lua binding
- DEPENDS:=+libiwinfo +liblua +lua
+ DEPENDS:=+libiwinfo +liblua
MAINTAINER:=Jo-Philipp Wich <xm@subsignal.org>
endef