ipq806x: Add support for Netgear D7800
[openwrt/openwrt.git] / target / linux / ipq806x / base-files / lib / upgrade / platform.sh
index 7fcf24602059cc8d265db83911c024dfbe6c7fa7..542b5cecde111f0bb66ed9237a3145a51bf7777e 100644 (file)
@@ -7,6 +7,7 @@ platform_check_image() {
 
        case "$board" in
        ap148 |\
+       d7800 |\
        r7500)
                nand_do_platform_check $board $1
                return $?;
@@ -21,6 +22,7 @@ platform_pre_upgrade() {
 
        case "$board" in
        ap148 |\
+       d7800 |\
        r7500)
                nand_do_upgrade "$1"
                ;;