bcm4908: add testing support for kernel 6.1
[openwrt/staging/hauke.git] / target / linux / bcm4908 / Makefile
index fcfe04962b7796c4dfefaed76b0cdc33d23245ba..45b4a62f2f5a8a0b30595acefc4d81d8853d28ae 100644 (file)
@@ -9,7 +9,8 @@ FEATURES:=squashfs nand usb gpio
 CPU_TYPE:=cortex-a53
 SUBTARGETS:=generic
 
-KERNEL_PATCHVER:=5.10
+KERNEL_PATCHVER:=5.15
+KERNEL_TESTING_PATCHVER:=6.1
 
 define Target/Description
        Build firmware images for Broadcom BCM4908 SoC family routers.
@@ -22,6 +23,7 @@ KERNELNAME:=Image dtbs
 DEFAULT_PACKAGES += \
        bcm4908img fdt-utils uboot-envtools \
        kmod-gpio-button-hotplug \
-       kmod-usb-ohci kmod-usb2 kmod-usb3
+       kmod-usb-ohci kmod-usb2 kmod-usb3 \
+       kmod-usb-ledtrig-usbport
 
 $(eval $(call BuildTarget))