From 5ab7964fdc1e9f7ffd771f26d6bfd90ce0fed855 Mon Sep 17 00:00:00 2001 From: Tom Herbers <mail@tomherbers.de> Date: Sun, 7 Jul 2024 15:00:40 +0200 Subject: [PATCH] modules: update openwrt 4c03fe22b7 target.mk: fix arm architecture level detection 2a099d36a7 armsr: add realtek and smsc ethernet phy drivers to the default image 7a4f468d07 armsr: enable framebuffer emulation for virtio-gpu/drm displays 299893c9c9 kernel: armsr: Renesas: RZ: Ethernet module and ttySC0 be4d0d0cd6 armsr: armv8: enable serial console for Renesas platforms d0744c1f66 mediatek: Add support for D-Link EAGLE PRO AI R32 95fac7d0e4 package/utils/secilc: drop PKG_CPE_ID 16601bbd42 package/network/utils/iptables: fix PKG_CPE_ID 8c20083c1d package/libs/libjson-c: fix PKG_CPE_ID 6ea9cf3203 package/network/services/dropbear: fix PKG_CPE_ID 6b39170c90 toolchain/nasm: fix PKG_CPE_ID 11b8b62fd8 tools/flex: fix PKG_CPE_ID c587573710 tools/zlib: fix PKG_CPE_ID b110c337d3 package/libs/pcre2: fix PKG_CPE_ID 318db3bde4 openssl: conditionally disable engine section 4aabbd6746 openssl: update to 3.0.14 2410b4c07b wolfssl: Update to 5.7.0 97c588e1ba wolfssl: update to 5.6.6 9ac1523062 mediatek: add Comfast CF-E393AX support f377e7fade mediatek: add support for YunCore AX835 387e143c68 mediatek: add support for Adtran SmartRG Bonanza Peak series e4015c446b uboot-envtools: filogic: reorder alphabetically 355bc644a9 kernel: backport some useful LED_FUNCTION_* defines for DT 85f3603047 generic: add more DT LED color and function definitions f64576f367 mt76: update to Git HEAD (2024-04-03) 77354213b7 mediatek: add support for Zbtlink ZBT-Z8103AX 9988f8adf8 base-files: minor fix to mmc_get_mac_ascii function 4058d0e990 base-files: add mmc_get_mac_ascii function 46aa8c7732 mediatek: add kmod-usb3 to default package set of the ZBT-Z8102AX 866b1bb2b3 kernel: bump 5.15 to 5.15.161 1589572576 kernel: bump 5.15 to 5.15.160 cd2fdaf717 kernel: bump 5.15 to 5.15.159 a0d2ddac30 ipq40xx: eap1300: add eap1300ext as alt model --- modules | 2 +- patches/openwrt/0008-tools-flex-disable-parallel-build.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules b/modules index d7349a45e..d644a3da2 100644 --- a/modules +++ b/modules @@ -2,7 +2,7 @@ GLUON_FEEDS='gluon packages routing' OPENWRT_REPO=https://github.com/openwrt/openwrt.git OPENWRT_BRANCH=openwrt-23.05 -OPENWRT_COMMIT=ef4fc5cc1da63f87eb3425f1b7737c149ea157e1 +OPENWRT_COMMIT=4c03fe22b7c4228595ed5903631402dc7f4874d0 PACKAGES_GLUON_REPO=https://github.com/freifunk-gluon/packages.git PACKAGES_GLUON_COMMIT=3d08b0fee8dc5d96d8bcdb985fad1d5564de4022 diff --git a/patches/openwrt/0008-tools-flex-disable-parallel-build.patch b/patches/openwrt/0008-tools-flex-disable-parallel-build.patch index e3fbb5379..f19c47732 100644 --- a/patches/openwrt/0008-tools-flex-disable-parallel-build.patch +++ b/patches/openwrt/0008-tools-flex-disable-parallel-build.patch @@ -12,7 +12,7 @@ occuring. Signed-off-by: David Bauer <mail@david-bauer.net> diff --git a/tools/flex/Makefile b/tools/flex/Makefile -index 86ba5a4415d3a82aaf5e9897736b465cc7e30c42..f3b6d0b1495b30c278e5bf0d2b322b5ade79ec4f 100644 +index 177136b78c77c31c56db2fc993d1273d3dd81562..cb4f95e8d0c45a9c328c7ce48235a0ba80c02c6e 100644 --- a/tools/flex/Makefile +++ b/tools/flex/Makefile @@ -15,7 +15,6 @@ PKG_SOURCE_URL:=https://github.com/westes/flex/releases/download/v$(PKG_VERSION) -- GitLab