mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 12:41:51 +08:00
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
|