Just getting this weird message on my latest master build today (this was compiled after a make dirclean). Haven't seen this issue on my last build two weeks ago so it sounds like this might be something new. This was seen on my build on the MobiPromo CM520 device.
:~/openwrt# git log -1
commit 6a56a6eb30799fcec9eecc3ee860dc4d8a5d952a (HEAD -> master, origin/master)
Author: Daniel Golle <daniel@makrotopia.org>
Date: Wed Oct 21 15:04:17 2020 +0100
target: select procd-{ujail,seccomp} if !SMALL_FLASH
Add procd-ujail and procd-seccomp to DEFAULT_PACKAGES if not building
for space-constraint (FEATURES:=small_flash) targets.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
:~/openwrt/feeds/luci# git log -1
commit 2bbde8568a079b90d25f8155c48cf4eac7929fb9 (HEAD -> master, origin/master, origin/HEAD)
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date: Mon Oct 19 18:00:36 2020 +0300
luci-app-dockerman: set fallback default of rollback to 90s
Set the fallback value of the config change rollback timeout
to 90 seconds to match the change in /etc/config/luci by commit
81cf99a50.
That commit changed the value in the config file, but did
not change the underlying fallback values that do get applied
when there is no proper config item in etc/config/luci.
Users sysupgrading from old systems may have carried an ancient
/etc/config/luci (without rollback config) with them, so this
change should help them to see the intended user experience.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Just getting this weird message on my latest master build today (this was compiled after a make dirclean). Haven't seen this issue on my last build two weeks ago so it sounds like this might be something new. This was seen on my build on the MobiPromo CM520 device.
Here are the outputs from the router directly:
Does anyone have any ideas on what I should try?
Thank you!