1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00

don't depend on lua

Delete +lua from libiwinfo-lua.

Signed-off-by: Stefan Hellermann <stefan@the2masters.de>

SVN-Revision: 35005
This commit is contained in:
John Crispin 2013-01-04 09:32:06 +00:00
parent 12bcd51efd
commit ff0c7a9ec9

@ -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