Browse Source

bcm53xx: support Netgear R8500 in sysupgrade

Signed-off-by: Rafał Miłecki <[email protected]>

SVN-Revision: 48572
Rafał Miłecki 10 years ago
parent
commit
9a69e00baa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      target/linux/bcm53xx/base-files/lib/upgrade/platform.sh

+ 1 - 0
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
 }