c846dd91f0
Like in the previous patch for ath79 target, this will remove the "devicename" from LED labels in ramips as well. The devicename is removed in DTS files and 01_leds, consolidation of definitions into DTSI files is done where (easily) possible, and migration scripts are updated. For the latter, all existing definitions were actually just devicename migrations anyway. Therefore, those are removed and a common migration file is created in target base-files. This is actually another example of how the devicename removal makes things easier. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
9 lines
178 B
Plaintext
9 lines
178 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
#include "mt7621_asus_rt-acx5p.dtsi"
|
|
|
|
/ {
|
|
compatible = "asus,rt-ac85p", "mediatek,mt7621-soc";
|
|
model = "ASUS RT-AC85P";
|
|
};
|