From cc5194cf030c422ef82442091598582cf4aeca34 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 3 Nov 2014 08:00:13 +0000 Subject: ramips: add support for Airlink101 AR670W This is a RT2880-based board, 32MB RAM, 4MB flash. The bootloader is a hacked u-Boot that reads an LZMA image directly, so we skip generating the uImage header and enable the lzma mtdsplit parser. Signed-off-by: Claudio Leite SVN-Revision: 43153 --- target/linux/ramips/base-files/etc/board.d/01_leds | 5 ++--- target/linux/ramips/base-files/etc/board.d/02_network | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/ramips/base-files/etc/board.d') 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 4a482b38fd..bd8c779660 100755 --- a/target/linux/ramips/base-files/etc/board.d/01_leds +++ b/target/linux/ramips/base-files/etc/board.d/01_leds @@ -41,12 +41,11 @@ case $board in ucidef_set_led_rssi "rssihigh" "RSSIHIGH" "all0256n:green:rssihigh" "wlan0" "70" "100" "-69" "8" set_wifi_led "rt2800pci-phy0::radio" ;; + ar670w|\ + ar725w|\ awapn2403) set_wifi_led "rt2800soc-phy0::radio" ;; - ar725w) - set_wifi_led "rt2800soc-phy0::radio" - ;; asl26555) ucidef_set_led_default "power" "POWER" "asl26555:green:power" "1" ucidef_set_led_netdev "eth" "ETH" "asl26555:green:eth" "eth0" 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 1c7d80ce0e..cedcb8bdcd 100755 --- a/target/linux/ramips/base-files/etc/board.d/02_network +++ b/target/linux/ramips/base-files/etc/board.d/02_network @@ -157,6 +157,7 @@ ramips_setup_interfaces() ucidef_add_switch_vlan "switch0" "2" "0 5t" ;; + ar670w | \ ar725w | \ rt-n15 | \ wl-351) -- cgit v1.2.3