Someone made a LED fix/patch for the EDUP 2860 AX1800

My EDUP 2960 AX1800 is working "fine".
But when loading the firmware for it :

I lost the LED , it's blinking pink'ish during boot , and then just permanently blue.

I initially asked for a fix/hint in this thread, and now someone has made a patch.

What is the chance for getting that applied to a EDUP 2960 AX1800 specific build ?
Or could you extract the "model" from some Uboot magic or the likes, so ww still just need one build. ?

I "think" i might be able to build a kernel w the patch, but i have no idea how2 apply (load) it to my router (newbie)
I have just used the "squashfs image" for installing

TIA
Bingo

Ps:
I have noticed one other "minor" ... But it has no real "prod" influence.
When scanning for "other" SSID's , it works excellent on 2.4GHz , but not on 5GHz.
On 5GHz it just sees/detects it self (own frequency).
That worked on the "China OpenWrt" it came with.

So if you ever have some time, it would be nice .....

Pps:
Strange that the buttons have moved, i'm quite sure i did a factory reset via the bottom (reset) , on the 24.10.0 image. So it did sense that.

I just built a patched firmware, following this guide (for openwrt build)

My led is now green when openWRT is loaded , and read during boot.

I even think one can fix the issue , where the Owrt lan ports are wrong to the Phys lan ports.
In the same dtsi ... I guess they made some changes for the simax


&switch0 {
	ports {
		port@1 {
			status = "okay";
			label = "lan3";
		};

		port@2 {
			status = "okay";
			label = "lan2";
		};

		port@3 {
			status = "okay";
			label = "lan1";
		};
	};
};

That looks like it's excactly what messes up the EDUP lan mapping.