diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2022-03-30 00:20:39 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2022-03-30 17:48:30 +0200 |
commit | aee9ccf5c1b536189ebee8c232273657334da843 (patch) | |
tree | 75612f9f5000e2dc2b4b5dd54263a2ed706364b1 /target/linux/ath79/dts/ar7241_ubnt_unifi.dts | |
parent | 9a0155bc4fa3642cdf930d50098bc929173f170f (diff) | |
download | upstream-aee9ccf5c1b536189ebee8c232273657334da843.tar.gz upstream-aee9ccf5c1b536189ebee8c232273657334da843.tar.bz2 upstream-aee9ccf5c1b536189ebee8c232273657334da843.zip |
ath79: fix label MAC address for Ubiquiti UniFi AP Outdoor+
The label has the MAC address of eth0, not the WLAN PHY address. We can
merge the definition back into ar7241_ubnt_unifi.dtsi, as both DTS
derived from it use the same interface for their label MAC addresses
after all.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'target/linux/ath79/dts/ar7241_ubnt_unifi.dts')
-rw-r--r-- | target/linux/ath79/dts/ar7241_ubnt_unifi.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/ar7241_ubnt_unifi.dts b/target/linux/ath79/dts/ar7241_ubnt_unifi.dts index c43867a3eb..3c50e89d01 100644 --- a/target/linux/ath79/dts/ar7241_ubnt_unifi.dts +++ b/target/linux/ath79/dts/ar7241_ubnt_unifi.dts @@ -7,7 +7,6 @@ model = "Ubiquiti UniFi AP"; aliases { - label-mac-device = ð0; led-boot = &led_dome_green; led-failsafe = &led_dome_green; led-running = &led_dome_green; |