diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-02-19 16:44:49 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-02-19 16:44:49 +0000 |
commit | 75603b2e322374f57b05a60f3f0803be43800800 (patch) | |
tree | a8268ed5303c51478f75580749e820f26f477234 /target/linux/ramips/base-files/etc/diag.sh | |
parent | 2f78e4449f9b7496ae26d95e31afe0030e8eda01 (diff) | |
download | upstream-75603b2e322374f57b05a60f3f0803be43800800.tar.gz upstream-75603b2e322374f57b05a60f3f0803be43800800.tar.bz2 upstream-75603b2e322374f57b05a60f3f0803be43800800.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30645 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files/etc/diag.sh')
-rwxr-xr-x | target/linux/ramips/base-files/etc/diag.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh index b167c520bd..26f0d1f0af 100755 --- a/target/linux/ramips/base-files/etc/diag.sh +++ b/target/linux/ramips/base-files/etc/diag.sh @@ -69,6 +69,9 @@ get_status_led() { rt-n56u) status_led="asus:blue:power" ;; + sl-r7205) + status_led="sl-r7205:green:status" + ;; v11st-fe) status_led="v11st-fe:green:status" ;; |