projects
/
openwrt
/
staging
/
neocturne.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12bcd51
)
don't depend on lua
author
John Crispin
<john@openwrt.org>
Fri, 4 Jan 2013 09:32:06 +0000
(09:32 +0000)
committer
John Crispin
<john@openwrt.org>
Fri, 4 Jan 2013 09:32:06 +0000
(09:32 +0000)
Delete +lua from libiwinfo-lua.
Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
SVN-Revision: 35005
package/network/utils/iwinfo/Makefile
patch
|
blob
|
history
diff --git
a/package/network/utils/iwinfo/Makefile
b/package/network/utils/iwinfo/Makefile
index d1c70cbc75432d6a17ca9e3667544e2139ab0b36..0bea4ec78f9c9d8dc04e4736e963dd24bdcac5c4 100644
(file)
--- 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