mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 09:42:09 +00:00
ipq806x: Correct OnHub sysupgrade config logic
There's a typo in here: board_name is a function, not a variable. This issue was pointed out on the OpenWrt forum. Closes: #13409 Reviewed-by: Robert Marko <robimarko@gmail.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com> (cherry picked from commit 7b78a19e6a16f5c05bfc6d7925b9981048c508d7)
This commit is contained in:
parent
6c60bbbc94
commit
10aee60361
@ -81,7 +81,7 @@ platform_do_upgrade() {
|
||||
}
|
||||
|
||||
platform_copy_config() {
|
||||
case "${board_name}" in
|
||||
case "$(board_name)" in
|
||||
asus,onhub |\
|
||||
tplink,onhub)
|
||||
emmc_copy_config
|
||||
|
Loading…
x
Reference in New Issue
Block a user