Re: [PATCH 11/20] [WIP] package/target: update to get modules from $(LINUX_OBJ_DIR)

2023-11-19 Thread Elliott Mitchell
On Sat, Nov 11, 2023 at 10:51:08PM -0800, Elliott Mitchell wrote: > Modules built from kernel source will now be in $(LINUX_OBJ_DIR). > > Signed-off-by: Elliott Mitchell > --- > package/kernel/linux/modules/block.mk| 106 +++ > package/kernel/linux/modules/can.mk | 36 +-- >

Re: [PATCH 07/20] kernel: copy all built kernel modules to root filesystem image

2023-11-19 Thread Elliott Mitchell
On Sat, Nov 18, 2023 at 07:57:35AM +0100, Felix Fietkau wrote: > On 17.11.23 22:31, Elliott Mitchell wrote: > > On Fri, Nov 17, 2023 at 05:20:33PM +0100, Felix Fietkau wrote: > >> On 11.11.23 01:21, Elliott Mitchell wrote: > >> > This removes the requirement for to create a package for all modules.

[sdwalker/sdwalker.github.io] 7df39f: This week's update

2023-11-19 Thread Stephen Walker via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Branch: refs/heads/master Home

Re: [PATCH 1/2] kernel: usb: Autoprobe g_serial

2023-11-19 Thread Lech Perczak
Hi Linus, W dniu 2023-11-11 o 23:02, Linus Walleij pisze: For devices using USB gadget serial we need to probe the modules usb_f_acm and g_serial in order, then the available UDC (USB device controller) interface will be hooked up to a serial port as /dev/ttyGS0. (On the host side this appears a

Re: [PATCH 1/2] kernel: usb: Autoprobe g_serial

2023-11-19 Thread Chuanhong Guo
Hi! On Sun, Nov 12, 2023 at 6:04 AM Linus Walleij wrote: > > For devices using USB gadget serial we need to probe the modules > usb_f_acm and g_serial in order, then the available UDC (USB device > controller) interface will be hooked up to a serial port as > /dev/ttyGS0. (On the host side this a