aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7620n_zyxel_keenetic-omni-ii.dts
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-10-02 14:23:59 +0200
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-10-02 14:51:57 +0200
commit9b4eab023c0add0063260e8a5da6193fc44f1658 (patch)
tree48382a0643886e0794e32c63c938fd68ef3162f5 /target/linux/ramips/dts/mt7620n_zyxel_keenetic-omni-ii.dts
parent257110c08a0002894e130f9d09e1635bcff21ca6 (diff)
downloadupstream-9b4eab023c0add0063260e8a5da6193fc44f1658.tar.gz
upstream-9b4eab023c0add0063260e8a5da6193fc44f1658.tar.bz2
upstream-9b4eab023c0add0063260e8a5da6193fc44f1658.zip
base-files: allow exceptions when removing devicename from LEDs
Without the model-based devicename for LEDs, there are still cases where a third component is required, typically when it refers to internal "devices" like phys etc. An example are the following two found on ramips: - rt2800soc-phy0::radio - rt2800pci-phy0::radio So far, the rt2800*-phy: prefixes would be removed by the devicename removal ("migration") script, and the configuration for these LEDs would be broken. To address this, this patch allows to add arguments to a call of remove_devicename_leds, which will be compared against the first part of the LED names/labels, and then be ignored by the routine, and thus not removed: remove_devicename_leds "rt2800soc-phy0" "rt2800pci-phy0" This mechanism is supposed to be used when a "devicename" applies to several devices. If only a single device is affected, it might be more effective to use a case statement and exclude the device from migration by that entirely. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ramips/dts/mt7620n_zyxel_keenetic-omni-ii.dts')
0 files changed, 0 insertions, 0 deletions