projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b033e9
)
ucitrigger depends on lua
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 11 Jul 2009 00:02:38 +0000
(
00:02
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 11 Jul 2009 00:02:38 +0000
(
00:02
+0000)
SVN-Revision: 16768
package/uci/Makefile
patch
|
blob
|
history
diff --git
a/package/uci/Makefile
b/package/uci/Makefile
index f2f320b16334680c04727360d175e2a5b188328e..e5e5231a554823077678b2bf2a190df214fe952c 100644
(file)
--- a/
package/uci/Makefile
+++ b/
package/uci/Makefile
@@
-39,7
+39,7
@@
endef
define Package/ucitrigger
SECTION:=base
CATEGORY:=Base system
- DEPENDS:=+libuci-lua
+ DEPENDS:=+libuci-lua
+lua
TITLE:=Automatic triggers for applying system config changes
endef