From: jow Date: Fri, 19 Jul 2013 10:34:40 +0000 (+0000) Subject: linux: fix platform dependency of kmod-usb2-fsl X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=4e0da01843df29e62ad97f7e846a6d4c48c18b86 linux: fix platform dependency of kmod-usb2-fsl git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37428 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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