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:
84375a8
)
Add temporary dependency for luci-web to luci-sgi-cgi
author
Steven Barth
<steven@midlink.org>
Sun, 6 Jul 2008 15:26:40 +0000
(15:26 +0000)
committer
Steven Barth
<steven@midlink.org>
Sun, 6 Jul 2008 15:26:40 +0000
(15:26 +0000)
contrib/package/luci/Makefile
patch
|
blob
|
history
diff --git
a/contrib/package/luci/Makefile
b/contrib/package/luci/Makefile
index 4336155f5c1e7bd76acfc126b39a465d7a72cf0d..2c0a6f10352068efe2dd76294c4769e0087255ad 100644
(file)
--- a/
contrib/package/luci/Makefile
+++ b/
contrib/package/luci/Makefile
@@
-172,7
+172,7
@@
endef
define Package/luci-web
$(call Package/luci/libtemplate)
- DEPENDS+=+luci-http +luci-addons +luci-uci
+ DEPENDS+=+luci-http +luci-addons +luci-uci
+luci-sgi-cgi
TITLE:=MVC Webframework
endef