ramips: ethernet: Replace random_ether_addr with eth_hw_addr_random
[openwrt/openwrt.git] / target / linux / ath79 / base-files / lib / upgrade / platform.sh
index f4fca06384b1f02d2cc45a4992e019f5a7808db7..83c4e78d25c131fd92233339c0963180061b2150 100644 (file)
@@ -45,11 +45,14 @@ platform_do_upgrade() {
                redboot_fis_do_upgrade "$1" vmlinux_2
                ;;
        jjplus,ja76pf2)
-               redboot_fis_do_upgrade "$1" linux
+               echo "Sysupgrade disabled due bug FS#2428"
                ;;
        ubnt,routerstation|\
        ubnt,routerstation-pro)
-               redboot_fis_do_upgrade "$1" kernel
+               echo "Sysupgrade disabled due bug FS#2428"
+               ;;
+       zyxel,nbg6716)
+               nand_do_upgrade "$1"
                ;;
        *)
                default_do_upgrade "$1"