Skip to content

Commit

Permalink
fix "enable dropbear ECC"
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 24, 2020
1 parent 257c873 commit 0a8fc6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/r2s_lean_minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ jobs:
CONFIG_PACKAGE_luci-app-oled=y
CONFIG_PACKAGE_luci-app-flowoffload=y
# CONFIG_PACKAGE_luci-app-sfe is not set
CONFIG_PACKAGE_DROPBEAR_ECC_FULL=y
CONFIG_DROPBEAR_ECC=y
CONFIG_DROPBEAR_ECC_FULL=y
' >> configs/config_rk3328
cd friendlywrt
git config --local user.email "action@github.com" && git config --local user.name "GitHub Action"
Expand Down
3 changes: 2 additions & 1 deletion app_config.seed
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

CONFIG_PACKAGE_DROPBEAR_ECC_FULL=y
CONFIG_DROPBEAR_ECC_FULL=y
CONFIG_DROPBEAR_ECC_FULL=y
CONFIG_OPENSSL_ENGINE_BUILTIN=y
CONFIG_OPENSSL_OPTIMIZE_SPEED=y
CONFIG_OPENSSL_WITH_DTLS=y
Expand Down

0 comments on commit 0a8fc6f

Please sign in to comment.