projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] uhttpd: allow lowercase http header fields (#8513)
[openwrt.git]
/
package
/
uhttpd
/
Makefile
diff --git
a/package/uhttpd/Makefile
b/package/uhttpd/Makefile
index
835e5b5
..
a0b7d24
100644
(file)
--- a/
package/uhttpd/Makefile
+++ b/
package/uhttpd/Makefile
@@
-8,7
+8,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=uhttpd
include $(TOPDIR)/rules.mk
PKG_NAME:=uhttpd
-PKG_RELEASE:=
18
+PKG_RELEASE:=
20
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
PKG_BUILD_DEPENDS := libcyassl liblua
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
PKG_BUILD_DEPENDS := libcyassl liblua
@@
-68,6
+68,8
@@
endef
define Package/uhttpd/conffiles
/etc/config/uhttpd
define Package/uhttpd/conffiles
/etc/config/uhttpd
+/etc/uhttpd.crt
+/etc/uhttpd.key
endef
define Package/uhttpd/install
endef
define Package/uhttpd/install
This page took
0.020774 seconds
and
4
git commands to generate.