aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/nand/base-files/lib/upgrade
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/nand/base-files/lib/upgrade')
-rw-r--r--target/linux/ath79/nand/base-files/lib/upgrade/platform.sh3
1 files changed, 2 insertions, 1 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 bc62ede65f..6f8c7d47ff 100644
--- a/target/linux/ath79/nand/base-files/lib/upgrade/platform.sh
+++ b/target/linux/ath79/nand/base-files/lib/upgrade/platform.sh
@@ -13,7 +13,8 @@ platform_do_upgrade() {
local board=$(board_name)
case "$board" in
- aerohive,hiveap-121)
+ aerohive,hiveap-121|\
+ zyxel,nbg6716)
nand_do_upgrade "$1"
;;
*)