openwrt/package/network/services/dropbear
Konstantin Demin f2b2293663 dropbear: allow more complex configuration
- switch DB_OPT_COMMON and DB_OPT_CONFIG to comma-separated lists:
  this allows to have values with "|" in DB_OPT_COMMON and DB_OPT_CONFIG
  which is more likely to be than values with commas;
  use $(comma) variable for values with commas.
- sort DB_OPT_COMMON and DB_OPT_CONFIG to have "overrides" on top of list.
- allow DB_OPT_COMMON to have values with commas.
- allow to replace multiline definitions in sysoptions.h.

improves e1bd9645

Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
2024-02-09 09:13:05 +00:00
..
files dropbear: increase default receive window size 2023-12-28 23:37:51 +01:00
patches dropbear: cherry-pick upstream patches 2024-02-09 09:13:05 +00:00
Config.in dropbear: add config options for agent-forwarding support 2021-10-30 16:32:54 +02:00
Makefile dropbear: allow more complex configuration 2024-02-09 09:13:05 +00:00