aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/etc/board.d
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-10-10 08:56:43 +0000
committerJohn Crispin <blogic@openwrt.org>2014-10-10 08:56:43 +0000
commit784895b84e8b7dc7904882241b3ec382b36bdea2 (patch)
tree952ac40244f9769580a2e222d050a890c9c56f31 /target/linux/ramips/base-files/etc/board.d
parent3523e0f2d6ce954fe85ddefccefd8207891a194d (diff)
downloadmaster-187ad058-784895b84e8b7dc7904882241b3ec382b36bdea2.tar.gz
master-187ad058-784895b84e8b7dc7904882241b3ec382b36bdea2.tar.bz2
master-187ad058-784895b84e8b7dc7904882241b3ec382b36bdea2.zip
ramips: add support for Nexx WT1520
Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42867 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files/etc/board.d')
-rwxr-xr-xtarget/linux/ramips/base-files/etc/board.d/01_leds3
-rwxr-xr-xtarget/linux/ramips/base-files/etc/board.d/02_network3
2 files changed, 5 insertions, 1 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 b07c96af31..26f384d318 100755
--- a/target/linux/ramips/base-files/etc/board.d/01_leds
+++ b/target/linux/ramips/base-files/etc/board.d/01_leds
@@ -210,6 +210,9 @@ case $board in
set_usb_led "wr8305rt:usb"
set_wifi_led "wr8305rt:wifi"
;;
+ wt1520)
+ set_wifi_led "rt2800pci-phy0::radio"
+ ;;
y1 |\
y1s)
ucidef_set_led_default "power" "power" "lenovo:blue:power" "1"
diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network
index c462fd8142..7ecec5fd27 100755
--- a/target/linux/ramips/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/base-files/etc/board.d/02_network
@@ -110,7 +110,8 @@ ramips_setup_interfaces()
dir-615-h1 | \
hlk-rm04 | \
mzk-w300nh2 | \
- mzk-750dhp)
+ mzk-750dhp | \
+ wt1520)
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
ucidef_add_switch "switch0" "1" "1"
ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 6t"