openwrt/target/linux/ramips/dts/mt7621_netgear_r6260.dts
David Bauer 0cf889db00 Revert "ramips: fix NETGEAR R6260 EEPROM offset"
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>
2020-01-30 12:39:27 +01:00

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";
};