From: John Crispin Date: Mon, 15 Jul 2013 21:06:03 +0000 (+0000) Subject: ramips: make the old dwc driver depend on v3.9 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=dd22304691d2756fb97c6fdc129a81cd0dd12aaf;p=openwrt%2Fstaging%2Fyousong.git ramips: make the old dwc driver depend on v3.9 Signed-off-by: John Crispin SVN-Revision: 37357 --- diff --git a/target/linux/ramips/modules.mk b/target/linux/ramips/modules.mk index 179aba6a77..10f517e547 100644 --- a/target/linux/ramips/modules.mk +++ b/target/linux/ramips/modules.mk @@ -7,7 +7,7 @@ define KernelPackage/usb-rt305x-dwc_otg TITLE:=RT305X USB controller driver - DEPENDS:=@TARGET_ramips_rt305x + DEPENDS:=@TARGET_ramips_rt305x @LINUX_3_9 KCONFIG:= \ CONFIG_DWC_OTG \ CONFIG_DWC_OTG_HOST_ONLY=y \