mirror of
https://github.com/openwrt/packages.git
synced 2025-02-07 09:19:51 +00:00
4f660ec902
The sslh Makefile's default target "all" now also tries to compile a new version sslh-ev. To disable its compilation the Build/Compile is overridden and to call directly "make sslh-select" or "make sslh-fork" depending on CONFIG_SSLH_SELECT. Some changes from 001-configfile-fix.patch were applied to the upstream and we can remove them. The only left is a notice "sslh command line arguments override the config". Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
11 lines
315 B
Diff
11 lines
315 B
Diff
--- a/basic.cfg
|
|
+++ b/basic.cfg
|
|
@@ -1,3 +1,7 @@
|
|
+# **** Attention OpenWRT/LEDE Users ****
|
|
+# sslh command line arguments override arguments defined in this
|
|
+# configuration file (UCI uses command line arguments)
|
|
+
|
|
# This is a basic configuration file that should provide
|
|
# sensible values for "standard" setup.
|
|
|