diff options
author | John Crispin <blogic@openwrt.org> | 2013-07-15 21:06:03 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-07-15 21:06:03 +0000 |
commit | 28938bdf328b9595133ca447b49517fec0227911 (patch) | |
tree | b489dc3854a3beab7f47742243b2583651165a7b | |
parent | 62c5eae58abac0ac7834f5d1e5b7ae75d0b8047a (diff) | |
download | upstream-28938bdf328b9595133ca447b49517fec0227911.tar.gz upstream-28938bdf328b9595133ca447b49517fec0227911.tar.bz2 upstream-28938bdf328b9595133ca447b49517fec0227911.zip |
ramips: make the old dwc driver depend on v3.9
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37357 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ramips/modules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |