[OpenWrt-Devel] [PATCH 3/6] ipq806x: enable usb support

John Crispin blogic at openwrt.org
Fri Apr 3 14:53:18 EDT 2015



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 <mathieu at codeaurora.org>
> I think this should be added to the generic config instead.
> 
> Thanks,
> 
> - Felix _______________________________________________ 
> openwrt-devel mailing list openwrt-devel at 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 at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list