Author: blogic Date: 2015-03-21 22:48:04 +0100 (Sat, 21 Mar 2015) New Revision: 44928
Modified: trunk/package/kernel/linux/modules/usb.mk Log: kernel: fix usb kernel package Makefile Signed-off-by: zouxf <[email protected]> Modified: trunk/package/kernel/linux/modules/usb.mk =================================================================== --- trunk/package/kernel/linux/modules/usb.mk 2015-03-21 21:47:53 UTC (rev 44927) +++ trunk/package/kernel/linux/modules/usb.mk 2015-03-21 21:48:04 UTC (rev 44928) @@ -1470,7 +1470,7 @@ $(eval $(call KernelPackage,usbmon)) -XHCI_FILES := $(wildcard $(patsubst %,$(LINUX_DIR)/drivers/usb/host/%.ko,xhci-hcd xhci-pci xhci-plat)) +XHCI_FILES := $(wildcard $(patsubst %,$(LINUX_DIR)/drivers/usb/host/%.ko,xhci-hcd xhci-pci xhci-plat-hcd)) XHCI_AUTOLOAD := $(patsubst $(LINUX_DIR)/drivers/usb/host/%.ko,%,$(XHCI_FILES)) define KernelPackage/usb3 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
