diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-08-22 20:41:49 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-08-22 20:41:49 +0000 |
commit | 72e117ec7978778fee20495b53887c227c3e1643 (patch) | |
tree | b9b3fa46e04ba09580104b300e7ee9c497121b4b /target/linux/ramips/base-files/etc | |
parent | 4b96d3af2a004312e1ff7e52dc3df4849bf7cf8e (diff) | |
download | mtk-20170518-72e117ec7978778fee20495b53887c227c3e1643.zip mtk-20170518-72e117ec7978778fee20495b53887c227c3e1643.tar.gz mtk-20170518-72e117ec7978778fee20495b53887c227c3e1643.tar.bz2 |
ramips: rt305x: add support for the ZyXEL NBG-419N board
SVN-Revision: 28078
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 1a5747f..ba4787b 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" ;; + nbg-419n) + status_led="nbg-419n:green:power" + ;; nw718) status_led="nw718:amber:cpu" ;; 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 0f50c9b..73dc255 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 @@ -50,6 +50,7 @@ case "$FIRMWARE" in hw550-3g | \ mofi3500-3gn | \ pwh2004 | \ + nbg-419n | \ nw718 | \ rt-n15 | \ v22rw-2x2 | \ |