diff options
author | Steven Barth <steven@midlink.org> | 2008-11-30 14:50:35 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-11-30 14:50:35 +0000 |
commit | 616f0a199de5027859e5843594de80344a9461f5 (patch) | |
tree | 6732b101d9a54e06b277be4c0ae4050c8e2f069a | |
parent | a786110c6f028be518159f447a97925924712ac3 (diff) |
more compile fixes
-rw-r--r-- | contrib/package/luci/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 509e8b1ac..3027e7059 100644 --- 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/httpd) + $(call Package/luci/install/template,$(1),libs/lucittpd) endef |