diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2022-02-21 20:13:53 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-03-26 02:02:44 +0100 |
commit | 026fda10a5c45d56fd856628b6e9e69b95fd5e58 (patch) | |
tree | 1e58e5ca49ee25c8ab3da899e30e645c06a214f6 /target/linux/ipq40xx/base-files | |
parent | b034a9e5690da10e87a6941aa654e8131339f6e3 (diff) | |
download | upstream-026fda10a5c45d56fd856628b6e9e69b95fd5e58.tar.gz upstream-026fda10a5c45d56fd856628b6e9e69b95fd5e58.tar.bz2 upstream-026fda10a5c45d56fd856628b6e9e69b95fd5e58.zip |
ipq40xx: WAC510: device-tree overhauling
removes usb-port remains as neither the WAC510 nor the WAC505
come with a USB port. Update the LED properties to phase out
labels and introduce generic node-names as well as adding
the color, function and function-enumerator properties.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/ipq40xx/base-files')
-rw-r--r-- | target/linux/ipq40xx/base-files/etc/uci-defaults/04_led_migration | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ipq40xx/base-files/etc/uci-defaults/04_led_migration b/target/linux/ipq40xx/base-files/etc/uci-defaults/04_led_migration index c4f82b35dc..ef4d3d037c 100644 --- a/target/linux/ipq40xx/base-files/etc/uci-defaults/04_led_migration +++ b/target/linux/ipq40xx/base-files/etc/uci-defaults/04_led_migration @@ -10,6 +10,9 @@ engenius,ens620ext|\ zyxel,nbg6617) migrate_leds ":wlan2G=:wlan2g" ":wlan5G=:wlan5g" ;; +netgear,wac510) + migrate_leds ":wlan2g=:wlan-0" ":wlan5g=:wlan-1" ":act=:activity" + ;; esac remove_devicename_leds |