aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bcm53xx
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2016-01-30 16:57:35 +0000
committerRafał Miłecki <zajec5@gmail.com>2016-01-30 16:57:35 +0000
commita6d8789b9626aabdfc52d62ffd081455c412ea54 (patch)
tree01903de2b10579d676e5e64fcac19a0fcf4cb4f0 /target/linux/bcm53xx
parentb67f8a232cdd85bef8672f14cbef0557b553bdac (diff)
downloadmaster-187ad058-a6d8789b9626aabdfc52d62ffd081455c412ea54.tar.gz
master-187ad058-a6d8789b9626aabdfc52d62ffd081455c412ea54.tar.bz2
master-187ad058-a6d8789b9626aabdfc52d62ffd081455c412ea54.zip
bcm53xx: support Netgear R8500 in sysupgrade
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48572 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/bcm53xx')
-rw-r--r--target/linux/bcm53xx/base-files/lib/upgrade/platform.sh1
1 files changed, 1 insertions, 0 deletions
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
}