mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
0cf889db00
This reverts commit 4716c843d6
.
Netgear seems to use different partition layouts on the R6260, which
would require us to dynamically detect the position of (at least) the
factory partition.
Revert this fix to avoid breaking existing installations until a better
solution has been worked out.
Signed-off-by: David Bauer <mail@david-bauer.net>
26 lines
361 B
Plaintext
26 lines
361 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/dts-v1/;
|
|
|
|
#include "mt7621_netgear_sercomm_chj.dtsi"
|
|
|
|
/ {
|
|
compatible = "netgear,r6260", "mediatek,mt7621-soc";
|
|
model = "Netgear R6260";
|
|
};
|
|
|
|
&led_power {
|
|
label = "r6260:green:power";
|
|
};
|
|
|
|
&led_usb {
|
|
label = "r6260:green:usb";
|
|
};
|
|
|
|
&led_internet {
|
|
label = "r6260:green:wan";
|
|
};
|
|
|
|
&led_wifi {
|
|
label = "r6260:green:wifi";
|
|
};
|