projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1208895
)
contrib: make luci-lib-core depend on liblua-uci (#148, #150)
author
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 30 Oct 2010 14:50:01 +0000
(14:50 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 30 Oct 2010 14:50:01 +0000
(14:50 +0000)
contrib/package/luci/Makefile
patch
|
blob
|
history
diff --git
a/contrib/package/luci/Makefile
b/contrib/package/luci/Makefile
index e1ae6e759161358f45f6f8c2f85d7a4df3acd673..511722a77c98d5e2cbb9ddb8a6d6cd0584254a69 100644
(file)
--- a/
contrib/package/luci/Makefile
+++ b/
contrib/package/luci/Makefile
@@
-77,7
+77,7
@@
define Package/luci-lib-core
URL:=http://luci.subsignal.org/
MAINTAINER:=LuCI Development Team <luci@lists.subsignal.org>
SUBMENU:=Libraries
- DEPENDS:=+lua
+ DEPENDS:=+lua
+libuci-lua
TITLE:=LuCI core libraries
endef