mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 07:46:48 +00:00
ath79: fix label MAC address for Ubiquiti UniFi
The label has the MAC address of eth0, not the WLAN PHY address. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
This commit is contained in:
parent
b3aa2909a7
commit
2a02b70499
@ -7,6 +7,7 @@
|
||||
model = "Ubiquiti UniFi AP Outdoor+";
|
||||
|
||||
aliases {
|
||||
label-mac-device = &wifi;
|
||||
led-boot = &led_white;
|
||||
led-failsafe = &led_white;
|
||||
led-running = &led_blue;
|
||||
|
@ -7,6 +7,7 @@
|
||||
model = "Ubiquiti UniFi";
|
||||
|
||||
aliases {
|
||||
label-mac-device = ð0;
|
||||
led-boot = &led_dome_green;
|
||||
led-failsafe = &led_dome_green;
|
||||
led-running = &led_dome_green;
|
||||
|
@ -6,10 +6,6 @@
|
||||
#include <dt-bindings/input/input.h>
|
||||
|
||||
/ {
|
||||
aliases {
|
||||
label-mac-device = &wifi;
|
||||
};
|
||||
|
||||
extosc: ref {
|
||||
compatible = "fixed-clock";
|
||||
#clock-cells = <0>;
|
||||
|
Loading…
Reference in New Issue
Block a user