mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
- fix CVE-2017-9798 - fix #4926 make http2 support configurable, in case of enables libnghttp2 package dont build http2. instead use CONFIG_APACHE_HTTP2 to enable http2 support Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
12 lines
198 B
Plaintext
12 lines
198 B
Plaintext
menu "Configuration"
|
|
depends on PACKAGE_apache
|
|
|
|
config APACHE_HTTP2
|
|
bool
|
|
prompt "Enable HTTP2"
|
|
help
|
|
Enable HTTPS2 support.
|
|
default n
|
|
|
|
endmenu
|