diff options
author | John Crispin <john@openwrt.org> | 2016-04-20 17:19:05 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-04-20 17:19:05 +0000 |
commit | 890eb0c126f21620ddf81ceff5a2480395b8651b (patch) | |
tree | 2da0fef92e15f6f7979cf7b53cc93e4cc4674cf3 /target/linux/ramips/base-files/etc | |
parent | 4a5158bd2a733a2967d6967701e0e97eed80dfda (diff) | |
download | upstream-890eb0c126f21620ddf81ceff5a2480395b8651b.tar.gz upstream-890eb0c126f21620ddf81ceff5a2480395b8651b.tar.bz2 upstream-890eb0c126f21620ddf81ceff5a2480395b8651b.zip |
ramips: fix support Planex MZK-750DHP.
fix script for Planex MZK-750DHP.
modification of the GPIO definition.
add Profile.
Signed-off-by: YuheiOKAWA <tochiro.srchack@gmail.com>
SVN-Revision: 49205
Diffstat (limited to 'target/linux/ramips/base-files/etc')
-rwxr-xr-x | target/linux/ramips/base-files/etc/board.d/01_leds | 1 | ||||
-rw-r--r-- | target/linux/ramips/base-files/etc/diag.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/etc/board.d/01_leds b/target/linux/ramips/base-files/etc/board.d/01_leds index 5816e60f66..2f40955d11 100755 --- a/target/linux/ramips/base-files/etc/board.d/01_leds +++ b/target/linux/ramips/base-files/etc/board.d/01_leds @@ -122,6 +122,7 @@ dir-620-d1) set_wifi_led "$board:green:wifi" ;; dir-810l|\ +mzk-750dhp|\ mzk-dp150n) ucidef_set_led_default "power" "power" "$board:green:power" "1" ;; diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh index daa7fb1afd..a2c965d79d 100644 --- a/target/linux/ramips/base-files/etc/diag.sh +++ b/target/linux/ramips/base-files/etc/diag.sh @@ -21,6 +21,7 @@ get_status_led() { br-6475nd|\ e1700|\ fonera20n|\ + mzk-750dhp|\ mzk-dp150n|\ mzk-w300nh2|\ nbg-419n|\ |