On a remote LEDE from time to time I see
Jul 22 00:41:36 xx.xx.xx.xx procd: - shutdown -
and a reboot.
Any idea, why this can happen ?
For the developer(s): It might be a good idea, to provide some more info about
the reason.
It would definitely help on a remote, embdded system, to trace down p
sysupgrade is "weak", when having to kill user processes before flashing.
Having spent several hours, to figure out, why only a reboot was done, I
recognized, that sysupgrade "promises" to kill my private running processes,
but does not succeed in doing so. Manual "kill -9 ..." before running
s
There is a mayor bug in the image, built for Engenius ESR1750.
First remarks about it have been made here:
https://forum.openwrt.org/viewtopic.php?id=55246
I can confirm both bug and the fix proposed there.
In short, this has to be done/changed:
uci set network.@switch_vlan[0].ports='0t 1 2 3 4'
Having the problem of SD card to be RO, I got following info from ZBT, to be
applied against the build src:
- edit ../drivers/mmc/host/mtk-mmc/board.h:
modify "#define MSDC_WP_PIN_EN (1<<1)"
to
"#define MSDC_WP_PIN_EN (0<<1)"
- edit ../drivers/mmc/host/mtk-mmc/sd.c:
modify "#def