From ea48d503fc5405aad69099daa1cc0a5665b784b6 Mon Sep 17 00:00:00 2001 From: David Bauer <mail@david-bauer.net> Date: Mon, 6 Nov 2023 00:14:43 +0100 Subject: [PATCH] modules: update openwrt 7c43ced160 libnl: add support for cli ec54022549 mediatek: add label-mac for GL.iNet GL-MT3000 610ae4d344 odhcpd: Bump to latest commits 8ed934f371 uboot-mediatek: fix global pll clock override on mtk_spim 250ab7b7a5 build: fix pkg-config detection when inside of a nix-shell 592aacc3d9 ci: add workflow for automated GitHub release 65a10c8230 hostapd: fix broken WPS on broadcom-wl and ath11k 21e5db97c4 build: add CycloneDX SBOM JSON support 4ef8899c7a package-dumpinfo,metadata: add ABI version information to package index fdeb7d6dd0 package-metadata: add CPE information to JSON package manifests 21552a955a package-dumpinfo: add CPE information to package index 40203cdbde firewall4: update to the latest version f34ccb10dd ucode: update to latest Git HEAD 51b1d5950e ucode: fix build on macos b549880815 ucode: update to latest Git HEAD 41f27bbb6d bcm53xx: add the latest fix version of brcm_nvram 0dec0e0f19 kernel: fix mtd/NVMEM regression affecting U-Boot env NVMEM driver 20736013e9 kernel: backport nvmem v6.6 fixes and v6.7 changes 066971615f kernel: backport v6.6 nvmem changes b649b0bf71 kernel: nvmem: fix "fixed-layout" & support "mac-base" e465592155 urngd: update to version 2023-11-01 1157b8c1f1 uboot-mediatek: fix determine the size of an uImage.FIT using 'imsz' or 'imszb'. 89184b15cf mediatek: add build for MT7981 RFB 25bb84e273 uboot-mediatek: add build for mt7981 rfb 3f6e28e39c arm-trusted-firmware-mediatek: fix copy&paste error in Makefile 958817b1c3 kernel: serial: 8250_mtk: track busclk state to avoid bus error --- modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules b/modules index 5dae16a9..7d2e2814 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=16fcad47a4d92d5055a2b33293248564a8ce0466 +OPENWRT_COMMIT=7c43ced160a01ad2300bf103d457d9f2b20c2772 PACKAGES_GLUON_REPO=https://github.com/freifunk-gluon/packages.git PACKAGES_GLUON_COMMIT=dc99bbb906f9faae472e48da013dbf67e1a00c23 -- GitLab