diff options
Diffstat (limited to 'target/linux/ramips/mt7620')
| -rw-r--r-- | target/linux/ramips/mt7620/base-files/etc/board.d/01_leds | 3 | ||||
| -rw-r--r-- | target/linux/ramips/mt7620/base-files/etc/board.d/02_network | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ramips/mt7620/base-files/etc/board.d/01_leds b/target/linux/ramips/mt7620/base-files/etc/board.d/01_leds index 1293c34cbf9..889818c6312 100644 --- a/target/linux/ramips/mt7620/base-files/etc/board.d/01_leds +++ b/target/linux/ramips/mt7620/base-files/etc/board.d/01_leds @@ -177,6 +177,9 @@ netgear,jwnr2010-v5) ucidef_set_led_switch "lan4" "lan4" "green:lan4" "switch0" "0x01" ucidef_set_led_switch "wan" "wan" "green:wan" "switch0" "0x10" ;; +netgear,pr2000) + ucidef_set_led_switch "internet" "internet" "green:internet" "switch0" "0x01" + ;; phicomm,psg1208) ucidef_set_led_netdev "wifi_led" "wifi" "white:wlan2g" "wlan0" ;; diff --git a/target/linux/ramips/mt7620/base-files/etc/board.d/02_network b/target/linux/ramips/mt7620/base-files/etc/board.d/02_network index f7bc41669f8..7b1766766be 100644 --- a/target/linux/ramips/mt7620/base-files/etc/board.d/02_network +++ b/target/linux/ramips/mt7620/base-files/etc/board.d/02_network @@ -202,6 +202,7 @@ ramips_setup_interfaces() ucidef_add_switch "switch1" \ "0:lan" "1:lan" "2:lan" "3:lan" "4:wan" "6@eth0" ;; + netgear,pr2000|\ nexx,wt3020-4m|\ nexx,wt3020-8m) ucidef_add_switch "switch0" \ |
