Revert "ramips: add support for D-Link DIR-2640 A1"
This reverts commit 79d6146932
Fixes: TG#200012
This commit is contained in:
parent
d2489e6aeb
commit
1cbb64a529
@ -1,34 +0,0 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||||
|
||||
#include "mt7621_dlink_dir-xx60-a1.dtsi"
|
||||
|
||||
/ {
|
||||
compatible = "dlink,dir-2640-a1", "mediatek,mt7621-soc";
|
||||
model = "D-Link DIR-2640 A1";
|
||||
};
|
||||
|
||||
&leds {
|
||||
usb2_white {
|
||||
label = "white:usb2";
|
||||
gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
|
||||
trigger-sources = <&ehci_port2>;
|
||||
linux,default-trigger = "usbport";
|
||||
};
|
||||
|
||||
usb3_white {
|
||||
label = "white:usb3";
|
||||
gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
|
||||
trigger-sources = <&xhci_ehci_port1>;
|
||||
linux,default-trigger = "usbport";
|
||||
};
|
||||
};
|
||||
|
||||
&wifi0 {
|
||||
mtd-mac-address = <&factory 0xe000>;
|
||||
mtd-mac-address-increment = <1>;
|
||||
};
|
||||
|
||||
&wifi1 {
|
||||
mtd-mac-address = <&factory 0xe000>;
|
||||
mtd-mac-address-increment = <2>;
|
||||
};
|
||||
@ -250,13 +250,6 @@ define Device/dlink_dir-1960-a1
|
||||
endef
|
||||
TARGET_DEVICES += dlink_dir-1960-a1
|
||||
|
||||
define Device/dlink_dir-2640-a1
|
||||
$(Device/dlink_dir-xx60-a1)
|
||||
DEVICE_MODEL := DIR-2640
|
||||
DEVICE_VARIANT := A1
|
||||
endef
|
||||
TARGET_DEVICES += dlink_dir-2640-a1
|
||||
|
||||
define Device/dlink_dir-2660-a1
|
||||
$(Device/dlink_dir-xx60-a1)
|
||||
DEVICE_MODEL := DIR-2660
|
||||
|
||||
@ -26,7 +26,6 @@ d-team,pbr-m1)
|
||||
ucidef_set_led_netdev "internet" "internet" "$boardname:blue:internet" "wan"
|
||||
;;
|
||||
dlink,dir-1960-a1|\
|
||||
dlink,dir-2640-a1|\
|
||||
dlink,dir-2660-a1)
|
||||
ucidef_set_led_netdev "wan" "wan" "$boardname:white:net" "wan"
|
||||
;;
|
||||
|
||||
@ -46,7 +46,6 @@ platform_do_upgrade() {
|
||||
asus,rt-ac65p|\
|
||||
asus,rt-ac85p|\
|
||||
dlink,dir-1960-a1|\
|
||||
dlink,dir-2640-a1|\
|
||||
dlink,dir-2660-a1|\
|
||||
hiwifi,hc5962|\
|
||||
linksys,ea7300-v1|\
|
||||
|
||||
Loading…
Reference in New Issue
Block a user