more compile fixes
This commit is contained in:
parent
a786110c6f
commit
616f0a199d
1 changed files with 2 additions and 2 deletions
|
@ -238,12 +238,12 @@ endef
|
||||||
|
|
||||||
define Package/luci-httpd
|
define Package/luci-httpd
|
||||||
$(call Package/luci/httpdtemplate)
|
$(call Package/luci/httpdtemplate)
|
||||||
DEPENDS:=+luci-http
|
DEPENDS:=+luci-http +libuci
|
||||||
TITLE:=Server Core
|
TITLE:=Server Core
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/luci-httpd/install
|
define Package/luci-httpd/install
|
||||||
$(call Package/luci/install/template,$(1),libs/httpd)
|
$(call Package/luci/install/template,$(1),libs/lucittpd)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue