projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ce0ae8
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16768
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/uci/Makefile
patch
|
blob
|
history
diff --git
a/package/uci/Makefile
b/package/uci/Makefile
index
f2f320b
..
e5e5231
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