devices/zyxel-nwa50ax: use our own more advanced DTB

OpenWRT had a DTB for the NWA50AX LEDs that I didn't pick up.

Anyway, we need to include our own special DTB for the NWA platform in general
to support A/B operations, because OpenWRT original one just mark everything else read-only.

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
Raito Bezarius
2024-02-19 01:19:46 +01:00
parent 3ec29dc1b9
commit a893c0dc4c
3 changed files with 231 additions and 1 deletions

View File

@@ -147,8 +147,11 @@
rootDevice = "ubi:rootfs";
dts = {
src = "${openwrt.src}/target/linux/ramips/dts/mt7621_zyxel_nwa50ax.dts";
# Actually, this is not what we want.
# This DTS is insufficient.
src = ./mt7621_zyxel_nwa50ax.dtsi;
includes = [
"${./.}"
"${openwrt.src}/target/linux/ramips/dts"
];
};