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:
a786110
)
more compile fixes
author
Steven Barth
<steven@midlink.org>
Sun, 30 Nov 2008 14:50:35 +0000
(14:50 +0000)
committer
Steven Barth
<steven@midlink.org>
Sun, 30 Nov 2008 14:50:35 +0000
(14:50 +0000)
contrib/package/luci/Makefile
patch
|
blob
|
history
diff --git
a/contrib/package/luci/Makefile
b/contrib/package/luci/Makefile
index 509e8b1ac299154f97bbb6b218e2152d904d9026..3027e70592b0f011d0d5fd1c00fc4a05ac24c5e0 100644
(file)
--- a/
contrib/package/luci/Makefile
+++ b/
contrib/package/luci/Makefile
@@
-238,12
+238,12
@@
endef
define Package/luci-httpd
$(call Package/luci/httpdtemplate)
- DEPENDS:=+luci-http
+ DEPENDS:=+luci-http
+libuci
TITLE:=Server Core
endef
define Package/luci-httpd/install
- $(call Package/luci/install/template,$(1),libs/
h
ttpd)
+ $(call Package/luci/install/template,$(1),libs/
luci
ttpd)
endef