diff options
author | John Crispin <blogic@openwrt.org> | 2015-06-18 20:24:12 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-06-18 20:24:12 +0000 |
commit | e8f2f57bd1a9450d5ffb00018a6f703c2a53614b (patch) | |
tree | d29eb365afc1c4c53a23ef1db9e71e2877a9768e /target/linux/ramips/base-files/lib | |
parent | f3f3f13eba9c26ee3427d001c2a1d1d9931aee4c (diff) | |
download | upstream-e8f2f57bd1a9450d5ffb00018a6f703c2a53614b.tar.gz upstream-e8f2f57bd1a9450d5ffb00018a6f703c2a53614b.tar.bz2 upstream-e8f2f57bd1a9450d5ffb00018a6f703c2a53614b.zip |
ramips: Add Support for the Linksys RE6500
This patch adds support for the Linksys RE6500 Range Extender
http://wiki.openwrt.org/toh/linksys/re6500
Signed-off-by: L. D. Pinney <ldpinney@gmail.com>
Backport of r46043
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46053 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files/lib')
-rwxr-xr-x | target/linux/ramips/base-files/lib/ramips.sh | 3 | ||||
-rwxr-xr-x | target/linux/ramips/base-files/lib/upgrade/platform.sh | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 2d007163f3..d2a1856cd8 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -208,6 +208,9 @@ ramips_board_detect() { *"Linksys E1700") name="e1700" ;; + *"Linksys RE6500") + name="re6500" + ;; *"Planex MZK-750DHP") name="mzk-750dhp" ;; diff --git a/target/linux/ramips/base-files/lib/upgrade/platform.sh b/target/linux/ramips/base-files/lib/upgrade/platform.sh index f3e8ed5e69..cedd62bccd 100755 --- a/target/linux/ramips/base-files/lib/upgrade/platform.sh +++ b/target/linux/ramips/base-files/lib/upgrade/platform.sh @@ -80,6 +80,7 @@ platform_check_image() { olinuxino-rt5350f-evb | \ psr-680w | \ px4885 | \ + re6500 | \ rp-n53 | \ rt-g32-b1 | \ rt-n10-plus | \ |