From ae7ee253d8988c9a021f863d07ea1027c88cc2f9 Mon Sep 17 00:00:00 2001 From: sbwml Date: Sun, 28 Jul 2024 10:29:14 +0800 Subject: [PATCH 1/3] linux-6.6: bump to 6.6.43 Signed-off-by: sbwml --- tags/kernel-6.6 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tags/kernel-6.6 b/tags/kernel-6.6 index 24fff19d3..4c6596969 100644 --- a/tags/kernel-6.6 +++ b/tags/kernel-6.6 @@ -1,2 +1,2 @@ -LINUX_VERSION-6.6 = .41 -LINUX_KERNEL_HASH-6.6.41 = 9ec99c578158ab85d99b37791a76643d2ea4c3f72ecbef7b5eb6d60f3de032ef +LINUX_VERSION-6.6 = .43 +LINUX_KERNEL_HASH-6.6.43 = 0ad83b1a1a780a1aad948d55aa55ee63c50c626f2d46910b9d2180028d100a5e From 8816e09d1c85242021ecf13f82435b273680d88e Mon Sep 17 00:00:00 2001 From: sbwml Date: Sun, 28 Jul 2024 10:29:59 +0800 Subject: [PATCH 2/3] golang: update to 1.23.x Signed-off-by: sbwml --- openwrt/scripts/02-prepare_package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/scripts/02-prepare_package.sh b/openwrt/scripts/02-prepare_package.sh index 96a01b146..ccc0037a8 100644 --- a/openwrt/scripts/02-prepare_package.sh +++ b/openwrt/scripts/02-prepare_package.sh @@ -2,7 +2,7 @@ # golang 1.22 rm -rf feeds/packages/lang/golang -git clone https://$github/sbwml/packages_lang_golang -b 22.x feeds/packages/lang/golang +git clone https://$github/sbwml/packages_lang_golang -b 23.x feeds/packages/lang/golang # node - prebuilt rm -rf feeds/packages/lang/node From 132a18ac1e4ad0fc69ebbeae8c9dd1b986c65014 Mon Sep 17 00:00:00 2001 From: sbwml Date: Sun, 28 Jul 2024 10:30:47 +0800 Subject: [PATCH 3/3] config: add `kmod-usb-hid` driver Signed-off-by: sbwml --- openwrt/23-config-common | 1 + openwrt/23-config-minimal-common | 1 + 2 files changed, 2 insertions(+) diff --git a/openwrt/23-config-common b/openwrt/23-config-common index beb2db3d4..310a7284f 100644 --- a/openwrt/23-config-common +++ b/openwrt/23-config-common @@ -210,6 +210,7 @@ CONFIG_PACKAGE_kmod-tcp-brutal=y CONFIG_PACKAGE_kmod-tls=y CONFIG_PACKAGE_kmod-tun=y CONFIG_PACKAGE_kmod-usb-audio=y +CONFIG_PACKAGE_kmod-usb-hid=y CONFIG_PACKAGE_kmod-usb-storage-uas=y CONFIG_PACKAGE_kmod-usb2-pci=y CONFIG_PACKAGE_kmod-usb2=y diff --git a/openwrt/23-config-minimal-common b/openwrt/23-config-minimal-common index fc3ec9971..1141a46e1 100644 --- a/openwrt/23-config-minimal-common +++ b/openwrt/23-config-minimal-common @@ -121,6 +121,7 @@ CONFIG_PACKAGE_kmod-tcp-brutal=y CONFIG_PACKAGE_kmod-tls=y CONFIG_PACKAGE_kmod-tun=y CONFIG_PACKAGE_kmod-usb-audio=y +CONFIG_PACKAGE_kmod-usb-hid=y CONFIG_PACKAGE_kmod-usb-storage-uas=y CONFIG_PACKAGE_kmod-usb2-pci=y CONFIG_PACKAGE_kmod-usb2=y