mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-11 03:22:25 +08:00
0cf889db00
This reverts commit 4716c843d62a5a4c37e7886f54bcf446aa26e786. 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,r6850", "mediatek,mt7621-soc";
|
|
model = "Netgear R6850";
|
|
};
|
|
|
|
&led_power {
|
|
label = "r6850:green:power";
|
|
};
|
|
|
|
&led_usb {
|
|
label = "r6850:green:usb";
|
|
};
|
|
|
|
&led_internet {
|
|
label = "r6850:green:wan";
|
|
};
|
|
|
|
&led_wifi {
|
|
label = "r6850:green:wifi";
|
|
};
|