diff options
author | Luka Perkov <luka@openwrt.org> | 2013-03-03 21:59:34 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-03-03 21:59:34 +0000 |
commit | f6a61008f2a95081e29f15cf32026e8fe9f80fd4 (patch) | |
tree | 6925b69a922702013218e5ea3678eb66044f4c3a /target/linux/ar71xx/base-files/etc | |
parent | c042cde24568c28005e8f97fe3e5069ef042ff6c (diff) | |
download | master-187ad058-f6a61008f2a95081e29f15cf32026e8fe9f80fd4.tar.gz master-187ad058-f6a61008f2a95081e29f15cf32026e8fe9f80fd4.tar.bz2 master-187ad058-f6a61008f2a95081e29f15cf32026e8fe9f80fd4.zip |
ar71xx: rework changes from r35840
Signed-off-by: Luka Perkov <luka@openwrt.org>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35865 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/etc')
5 files changed, 4 insertions, 9 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index c863b21a81..adf32f12fb 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -152,8 +152,7 @@ get_status_led() { status_led="buffalo:green:status" ;; wzr-hp-ag300h | \ - wzr-hp-g300nh2 | \ - wzr-600dhp) + wzr-hp-g300nh2) status_led="buffalo:red:diag" ;; wndr3700) diff --git a/target/linux/ar71xx/base-files/etc/hotplug.d/net/10-ar922x-led-fix b/target/linux/ar71xx/base-files/etc/hotplug.d/net/10-ar922x-led-fix index 6a7f521afa..102415009b 100644 --- a/target/linux/ar71xx/base-files/etc/hotplug.d/net/10-ar922x-led-fix +++ b/target/linux/ar71xx/base-files/etc/hotplug.d/net/10-ar922x-led-fix @@ -42,8 +42,7 @@ if [ $phyname -a $ACTION = "add" ]; then . /lib/ar71xx.sh case $(ar71xx_board_name) in - wzr-hp-ag300h|\ - wzr-600dhp) + wzr-hp-ag300h) ar922x_disable_gpio_jtag $phyname ;; esac; diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds index 3e54d64d03..392439385b 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds @@ -212,8 +212,7 @@ wlae-ag300n) ucidef_set_led_netdev "wireless" "WIRELESS" "buffalo:green:wireless" "wlan0" ;; -wzr-hp-ag300h | \ -wzr-600dhp) +wzr-hp-ag300h) ucidef_set_led_default "diag" "DIAG" "buffalo:red:diag" "0" ucidef_set_led_netdev "router" "ROUTER" "buffalo:green:router" "eth1" ucidef_set_led_usbdev "usb" "USB" "buffalo:green:usb" "1-1" diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/02_network b/target/linux/ar71xx/base-files/etc/uci-defaults/02_network index 15a1d39ac4..b1f84da605 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/02_network +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/02_network @@ -233,8 +233,7 @@ tl-wr841n-v7 |\ whr-g301n |\ whr-hp-g300n |\ whr-hp-gn |\ -wzr-hp-ag300h |\ -wzr-600dhp) +wzr-hp-ag300h) ucidef_set_interfaces_lan_wan "eth0" "eth1" ucidef_add_switch "switch0" "1" "1" ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4" diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/03_network-switchX-migration b/target/linux/ar71xx/base-files/etc/uci-defaults/03_network-switchX-migration index 8757b21a80..718a924f19 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/03_network-switchX-migration +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/03_network-switchX-migration @@ -75,7 +75,6 @@ whr-hp-g300n|\ whr-hp-gn|\ wzr-hp-ag300h|\ wzr-hp-g450h|\ -wzr-600dhp|\ ew-dorin|\ ew-dorin-router) migrate_switch_name "eth0" "switch0" |