khadas-vim3: fix stray closing brace in board file
- a stray closing brace, meant for the function, that ends up doing the wrong config change
This commit is contained in:
parent
40371934d2
commit
aca141f1b9
@ -57,5 +57,5 @@ function post_config_uboot_target__extra_configs_for_khadas_vim3() {
|
||||
run_host_command_logged scripts/config --enable CONFIG_CMD_WGET
|
||||
run_host_command_logged scripts/config --enable CONFIG_CMD_DNS
|
||||
run_host_command_logged scripts/config --enable CONFIG_PROT_TCP
|
||||
run_host_command_logged scripts/config --enable CONFIG_PROT_TCP_SACK}
|
||||
run_host_command_logged scripts/config --enable CONFIG_PROT_TCP_SACK
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user