Re: [OpenWrt-Devel] [PATCH] kernel: Fix USB gadget modules for v3.18

2015-02-19 Thread John Crispin
On 19/02/2015 02:54, Owen Kirby wrote: > The directory layout of the USB gadget subsystem changed between kernels > 3.14 and > 3.18, so the makefile for kmod-usb-eth-gadget and kmod-usb-serial-gadget > need to > be adjusted to match. > i think this will break 3.14 builds and we should use the n

[OpenWrt-Devel] [PATCH] kernel: Fix USB gadget modules for v3.18

2015-02-18 Thread Owen Kirby
The directory layout of the USB gadget subsystem changed between kernels 3.14 and 3.18, so the makefile for kmod-usb-eth-gadget and kmod-usb-serial-gadget need to be adjusted to match. Signed-off-by: Owen Kirby --- package/kernel/linux/modules/usb.mk | 28 ++-- target/l