Author: rmilecki Date: 2016-01-30 17:57:35 +0100 (Sat, 30 Jan 2016) New Revision: 48572
Modified: trunk/target/linux/bcm53xx/base-files/lib/upgrade/platform.sh Log: bcm53xx: support Netgear R8500 in sysupgrade Signed-off-by: Rafa?\197?\130 Mi?\197?\130ecki <[email protected]> Modified: trunk/target/linux/bcm53xx/base-files/lib/upgrade/platform.sh =================================================================== --- trunk/target/linux/bcm53xx/base-files/lib/upgrade/platform.sh 2016-01-30 16:56:50 UTC (rev 48571) +++ trunk/target/linux/bcm53xx/base-files/lib/upgrade/platform.sh 2016-01-30 16:57:35 UTC (rev 48572) @@ -29,6 +29,7 @@ "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 } _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
