aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/nand
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/nand')
-rw-r--r--target/linux/ath79/nand/base-files/lib/upgrade/platform.sh8
1 files changed, 3 insertions, 5 deletions
diff --git a/target/linux/ath79/nand/base-files/lib/upgrade/platform.sh b/target/linux/ath79/nand/base-files/lib/upgrade/platform.sh
index 1b1ae0391e..3956d5d73f 100644
--- a/target/linux/ath79/nand/base-files/lib/upgrade/platform.sh
+++ b/target/linux/ath79/nand/base-files/lib/upgrade/platform.sh
@@ -13,13 +13,11 @@ platform_do_upgrade() {
local board=$(board_name)
case "$board" in
- aerohive,hiveap-121|\
- netgear,wndr4300|\
- zyxel,nbg6716)
- nand_do_upgrade "$1"
+ glinet,gl-ar300m-nand)
+ default_do_upgrade "$1"
;;
*)
- default_do_upgrade "$1"
+ nand_do_upgrade "$1"
;;
esac
}