more compile fixes

This commit is contained in:
Steven Barth 2008-11-30 14:50:35 +00:00
parent a786110c6f
commit 616f0a199d

View file

@ -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