WarheadSE:
It seems, you have the full build environment installed. Can you please provide me a uImage with the that patch applied:
$this->bbcode_second_pass_code('', '#if defined(CONFIG_ZYXEL_NSA325)
/* MCU tries to reset CPU every 1 minute for avoiding system hang before watchdog timer is enabled.
* If watchdog timer is enabled, then set GPIO 14 to tell MCU that do not reset CPU.
*/
regValue = MV_REG_READ(0x1010);
regValue |= BIT14;
MV_REG_WRITE(0x10100, regValue);
#endif')
So I could at least do some first steps to play around and start learning on my Zyxel.