summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7628an_mediatek_linkit-smart-7688.dts
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-09-27 19:40:51 +0200
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-10-02 14:51:57 +0200
commitc846dd91f0a6f99b529ed6e1ec4ab149466dc0d2 (patch)
tree700447cce24d5047340897eb5e5cf5c9d0e03726 /target/linux/ramips/dts/mt7628an_mediatek_linkit-smart-7688.dts
parent9b4eab023c0add0063260e8a5da6193fc44f1658 (diff)
downloadopenwrt-c846dd91f0a6f99b529ed6e1ec4ab149466dc0d2.tar.gz
openwrt-c846dd91f0a6f99b529ed6e1ec4ab149466dc0d2.tar.bz2
openwrt-c846dd91f0a6f99b529ed6e1ec4ab149466dc0d2.zip
ramips: remove model name from LED labels
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>
Diffstat (limited to 'target/linux/ramips/dts/mt7628an_mediatek_linkit-smart-7688.dts')
-rw-r--r--target/linux/ramips/dts/mt7628an_mediatek_linkit-smart-7688.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/mt7628an_mediatek_linkit-smart-7688.dts b/target/linux/ramips/dts/mt7628an_mediatek_linkit-smart-7688.dts
index d77194b023..cbec8c9d40 100644
--- a/target/linux/ramips/dts/mt7628an_mediatek_linkit-smart-7688.dts
+++ b/target/linux/ramips/dts/mt7628an_mediatek_linkit-smart-7688.dts
@@ -32,7 +32,7 @@
compatible = "gpio-leds";
led_wifi: wifi {
- label = "linkit-smart-7688:orange:wifi";
+ label = "orange:wifi";
gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
};
};