diff options
author | Sungbo Eo <mans0n@gorani.run> | 2022-03-16 23:10:45 +0900 |
---|---|---|
committer | Sungbo Eo <mans0n@gorani.run> | 2022-03-16 23:10:45 +0900 |
commit | fe34001ee5a6bdb6208ed935e0302d26deafe249 (patch) | |
tree | 151238921999186e45c5f8e8cb6efbf7aa381881 /target/linux/ramips/mt7620 | |
parent | 7bc20cb6143e089fae6ad4b173fc42b55bdbecfe (diff) | |
download | upstream-fe34001ee5a6bdb6208ed935e0302d26deafe249.tar.gz upstream-fe34001ee5a6bdb6208ed935e0302d26deafe249.tar.bz2 upstream-fe34001ee5a6bdb6208ed935e0302d26deafe249.zip |
Revert "ramips: add support for Netgear WN3000RPv3"
This reverts commit 7bc20cb6143e089fae6ad4b173fc42b55bdbecfe.
It adds support for Netgear WN3100RPv2, but the commit title is wrong.
It will be re-added with the correct title.
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
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, 1 insertions, 3 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 1293c34cbf..5f105bd834 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 @@ -161,8 +161,7 @@ lenovo,newifi-y1s) ucidef_set_led_netdev "wan" "WAN" "blue:internet" "eth0.2" "tx rx" ;; netgear,ex2700|\ -netgear,wn3000rp-v3|\ -netgear,wn3100rp-v2) +netgear,wn3000rp-v3) ucidef_set_led_netdev "wifi_led" "wifi" "green:router" "wlan0" ;; netgear,ex3700|\ 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 f7bc41669f..3ed72fa3ab 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 @@ -54,7 +54,6 @@ ramips_setup_interfaces() netgear,ex6120|\ netgear,ex6130|\ netgear,wn3000rp-v3|\ - netgear,wn3100rp-v2|\ planex,cs-qr10|\ planex,mzk-ex300np|\ planex,mzk-ex750np|\ |