Petr Štetiar <[email protected]> [2021-07-26 17:01:32]: > This reverts commit 089efd61e9a6cdc0ea39c184d37bc8ebbe03175c as it > breaks LAN network on at least mvebu/turris-omnia device. > > Confirmed-by: Josef Schlehofer <[email protected]> > Signed-off-by: Petr Štetiar <[email protected]> > --- > > I've discovered this today in the morning in my testbed where I perform daily > runtime tests of initramfs images on several devices, where images/tests for > snapshot and 21.02-SNAPSHOT failed on turris-omnia device.
Sorry, forgot to provide more detials. The problem is with initialization of LAN network, where the interface readiness is tested by following command: ifstatus lan | jsonfilter -qe "@.up" then the LAN network availability is tested with simple `ping -c1 192.168.1.2` command which timeouts. This is pristine image with no config changes, so the device has 192.168.1.1/24 network config and the other end 192.168.1.2/24. Console logs are available: snapshot https://gitlab.com/ynezz/openwrt-device-runtime-testing/-/jobs/1451323563/artifacts/file/console_turris-omnia-initramfs.txt 21.02 https://gitlab.com/ynezz/openwrt-device-runtime-testing/-/jobs/1451222403/artifacts/file/console_turris-omnia-initramfs.txt > 1. > https://gitlab.com/ynezz/openwrt-device-runtime-testing/-/pipelines/342708318 > > package/network/config/netifd/Makefile | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/package/network/config/netifd/Makefile > b/package/network/config/netifd/Makefile > index 35035519f95f..f80f07a4ff3a 100644 > --- a/package/network/config/netifd/Makefile > +++ b/package/network/config/netifd/Makefile > @@ -5,9 +5,9 @@ PKG_RELEASE:=1 > > PKG_SOURCE_PROTO:=git > PKG_SOURCE_URL=$(PROJECT_GIT)/project/netifd.git > -PKG_SOURCE_DATE:=2021-07-23 > -PKG_SOURCE_VERSION:=17e453bd68b41780b6564dafa8358efc29a00930 > -PKG_MIRROR_HASH:=06b6e10a71e3002fa03579846b97af29be9503d61486486c639dbfae423b398f > +PKG_SOURCE_DATE:=2021-07-14 > +PKG_SOURCE_VERSION:=7f24a063475e1e2be4e0c516a5b62c3fae5ec542 > +PKG_MIRROR_HASH:=3fad25b8655e01e20f54b6c6decad6a660a34ab3ca2de97fe3c9b7db5aa485fe > PKG_MAINTAINER:=Felix Fietkau <[email protected]> > > PKG_LICENSE:=GPL-2.0 > -- ynezz _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
