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
|
||||
$(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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue