From: rmilecki Date: Sat, 30 Jan 2016 16:57:35 +0000 (+0000) Subject: bcm53xx: support Netgear R8500 in sysupgrade X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=9d851bf999fddd4bb3beeb2930c51bce397972a1;p=openwrt.git bcm53xx: support Netgear R8500 in sysupgrade Signed-off-by: Rafał Miłecki git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48572 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/bcm53xx/base-files/lib/upgrade/platform.sh b/target/linux/bcm53xx/base-files/lib/upgrade/platform.sh index bcb9c84e22..20d9e29e07 100644 --- a/target/linux/bcm53xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/bcm53xx/base-files/lib/upgrade/platform.sh @@ -29,6 +29,7 @@ platform_expected_image() { "netgear,r6300v2") echo "chk U12H240T00_NETGEAR"; return;; "netgear,r7000") echo "chk U12H270T00_NETGEAR"; return;; "netgear,r8000") echo "chk U12H315T00_NETGEAR"; return;; + "netgear,r8500") echo "chk U12H334T00_NETGEAR"; return;; esac }