diff options
Diffstat (limited to 'target/linux/ramips/base-files/etc/board.d')
-rwxr-xr-x | target/linux/ramips/base-files/etc/board.d/01_leds | 3 | ||||
-rwxr-xr-x | target/linux/ramips/base-files/etc/board.d/02_network | 41 |
2 files changed, 24 insertions, 20 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 515656f647..0a870d9f6c 100755 --- a/target/linux/ramips/base-files/etc/board.d/01_leds +++ b/target/linux/ramips/base-files/etc/board.d/01_leds @@ -60,6 +60,9 @@ alfa-network,ac1200rm) set_wifi_led "$boardname:green:wlan2g" "wlan1" ucidef_set_led_default "wps" "wps" "$boardname:green:wps" "0" ;; +alfa-network,awusfree1) + set_wifi_led "$boardname:blue:wlan" + ;; all0256n-4M|\ all0256n-8M) ucidef_set_rssimon "wlan0" "200000" "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 fe19a226f8..d23f9e36e3 100755 --- a/target/linux/ramips/base-files/etc/board.d/02_network +++ b/target/linux/ramips/base-files/etc/board.d/02_network @@ -126,6 +126,27 @@ ramips_setup_interfaces() ucidef_add_switch "switch0" \ "0:lan" "1:lan" "2:lan" "3:lan" "4:wan" "6@eth0" ;; + alfa-network,awusfree1|\ + cs-qr10|\ + d105|\ + dlink,dap-1522-a1|\ + dch-m225|\ + ex2700|\ + ex3700|\ + hpm|\ + mzk-ex300np|\ + mzk-ex750np|\ + na930|\ + pbr-d1|\ + tama,w06|\ + u25awf-h1|\ + wli-tx4-ag300n|\ + wmdr-143n|\ + wmr-300|\ + wn3000rpv3|\ + wrh-300cr) + ucidef_set_interface_lan "eth0" + ;; mir3g) ucidef_add_switch "switch0" \ "2:lan:2" "3:lan:1" "1:wan" "6t@eth0" @@ -237,26 +258,6 @@ ramips_setup_interfaces() ucidef_add_switch "switch0" \ "0:lan" "1:lan" "2:lan" "3:lan" "4:wan" "9@eth0" ;; - cs-qr10|\ - d105|\ - dlink,dap-1522-a1|\ - dch-m225|\ - ex2700|\ - ex3700|\ - hpm|\ - mzk-ex300np|\ - mzk-ex750np|\ - na930|\ - pbr-d1|\ - tama,w06|\ - u25awf-h1|\ - wli-tx4-ag300n|\ - wmdr-143n|\ - wmr-300|\ - wn3000rpv3|\ - wrh-300cr) - ucidef_set_interface_lan "eth0" - ;; duzun-dm06) ucidef_add_switch "switch0" \ "1:lan" "0:wan" "6@eth0" |