diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-07-28 10:56:32 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-07-28 10:56:32 +0000 |
commit | ea211c4d907574d0a8b3b4667fd7ac9a013fe4d9 (patch) | |
tree | c55e8441e9ce43e1ac236f74ee7f3011d6a0d3aa /target/linux/ramips/base-files/etc | |
parent | 437e1844849ab385f5ab4cbaa0dc819bc3fba201 (diff) | |
download | upstream-ea211c4d907574d0a8b3b4667fd7ac9a013fe4d9.tar.gz upstream-ea211c4d907574d0a8b3b4667fd7ac9a013fe4d9.tar.bz2 upstream-ea211c4d907574d0a8b3b4667fd7ac9a013fe4d9.zip |
ramips: rt305x: add support for the Netcore NW718 board
SVN-Revision: 27813
Diffstat (limited to 'target/linux/ramips/base-files/etc')
-rwxr-xr-x | target/linux/ramips/base-files/etc/diag.sh | 3 | ||||
-rw-r--r-- | target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh index c41105397a..1a5747f2f6 100755 --- a/target/linux/ramips/base-files/etc/diag.sh +++ b/target/linux/ramips/base-files/etc/diag.sh @@ -42,6 +42,9 @@ get_status_led() { mofi3500-3gn) status_led="mofi3500-3gn:green:status" ;; + nw718) + status_led="nw718:amber:cpu" + ;; pwh2004) status_led="pwh2004:green:power" ;; diff --git a/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom b/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom index ee20b54ef2..405e7c42ef 100644 --- a/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom +++ b/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom @@ -46,6 +46,7 @@ case "$FIRMWARE" in hw550-3g | \ mofi3500-3gn | \ pwh2004 | \ + nw718 | \ rt-n15 | \ v22rw-2x2 | \ wcr150gn | \ |