aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/lib/ramips.sh
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-02-19 16:44:49 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-02-19 16:44:49 +0000
commit3489515a7eb66c6489c3aeefda06e132532f5811 (patch)
treed66b1b0d6f66ba151dcba9646d9a8ac97008cd56 /target/linux/ramips/base-files/lib/ramips.sh
parent413caddc3408102b368fc8cb969c85de018ca912 (diff)
downloadupstream-3489515a7eb66c6489c3aeefda06e132532f5811.tar.gz
upstream-3489515a7eb66c6489c3aeefda06e132532f5811.tar.bz2
upstream-3489515a7eb66c6489c3aeefda06e132532f5811.zip
ramips: rt305x: add support for the Skyline SL-R7205 Wireless 3G router
[juhosg: - don't switch back to 2.6.39 - update config-3.2 - change machine id to SL-R7205 - reorder case entries in platform scripts - remove button hotplug script] Signed-off-by: Haipoh Teoh <hpteoh@ceedtec.com> SVN-Revision: 30645
Diffstat (limited to 'target/linux/ramips/base-files/lib/ramips.sh')
-rwxr-xr-xtarget/linux/ramips/base-files/lib/ramips.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh
index 07bdf16051..728f525d68 100755
--- a/target/linux/ramips/base-files/lib/ramips.sh
+++ b/target/linux/ramips/base-files/lib/ramips.sh
@@ -104,6 +104,9 @@ ramips_board_name() {
*"RT-N56U")
name="rt-n56u"
;;
+ *"Skyline SL-R7205"*)
+ name="sl-r7205"
+ ;;
*"Sparklan WCR-150GN")
name="wcr-150gn"
;;