On 03/04/2015 20:47, Felix Fietkau wrote: > On 2015-04-03 05:30, Mathieu Olivari wrote: >> This change doesn't make USB functional but it does make it >> selectable from a configuration perspective. >> >> Signed-off-by: Mathieu Olivari <math...@codeaurora.org> > I think this should be added to the generic config instead. > > Thanks, > > - Felix _______________________________________________ > openwrt-devel mailing list openwrt-devel@lists.openwrt.org > https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel >
that would make all targets have the usb feature [1] the actual problem with this series is 4/6 because it adds target specific modules to the linux package and not the target folder. i fixed this already though in my local tree [1] include/kernel.mk: ifneq ($(CONFIG_USB)$(CONFIG_USB_SUPPORT),) ifneq ($(CONFIG_USB_ARCH_HAS_HCD)$(CONFIG_USB_EHCI_HCD),) FEATURES += usb endif endif _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel