From 4e0da01843df29e62ad97f7e846a6d4c48c18b86 Mon Sep 17 00:00:00 2001 From: jow Date: Fri, 19 Jul 2013 10:34:40 +0000 Subject: [PATCH] linux: fix platform dependency of kmod-usb2-fsl git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37428 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/kernel/linux/modules/usb.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk index ad3a63205f..67575f2286 100644 --- a/package/kernel/linux/modules/usb.mk +++ b/package/kernel/linux/modules/usb.mk @@ -112,7 +112,7 @@ $(eval $(call KernelPackage,usb-ohci,1)) define KernelPackage/usb2-fsl TITLE:=Support for Freescale USB2 controllers - DEPENDS:=TARGET_mpc85xx + DEPENDS:=@TARGET_mpc85xx KCONFIG:=\ CONFIG_USB_FSL_MPH_DR_OF \ CONFIG_USB_EHCI_FSL=y -- 2.11.0