fix "enable dropbear ECC"

This commit is contained in:
GitHub Action
2020-08-24 05:20:53 +00:00
parent 257c87323e
commit 0a8fc6f06a
2 changed files with 4 additions and 2 deletions

View File

@@ -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"