mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
fefa34def8
AR300M-Lite is single-Ethernet variant of the AR300M series Its eth0 would otherwise be assigned to the WAN interface making it unreachable firstboot or failsafe. Installation instructions from OEM (OpenWrt variant): * Install sysupgrade.bin using OEM's "Advanced" GUI (LuCI), * Do not preserve settings * Access rebooted device via Ethernet at OpenWrt default address Add previously missing LED defaults for all three variants; -nand, -nor, -lite to the definitions in 01_leds Non-lite variants thanks to Andreas Ziegler https://patchwork.ozlabs.org/patch/1049396/ Runtime-tested: GL.iNet AR300M-Lite Signed-off-by: Jeff Kletsky <git-commits@allycomm.com>
22 lines
383 B
Plaintext
22 lines
383 B
Plaintext
/dts-v1/;
|
|
|
|
#include "qca9531_glinet_gl-ar300m-nor.dts"
|
|
|
|
/ {
|
|
compatible = "glinet,gl-ar300m-lite", "qca,qca9531";
|
|
model = "GL.iNet GL-AR300M-Lite";
|
|
};
|
|
|
|
// GL-AR300M-Lite has different LED colors than the non-Lite version
|
|
|
|
&led_status {
|
|
label = "gl-ar300m-lite:red:status";
|
|
};
|
|
|
|
&led_lan {
|
|
label = "gl-ar300m-lite:green:lan";
|
|
};
|
|
|
|
&led_wlan {
|
|
label = "gl-ar300m-lite:green:wlan";
|
|
}; |