aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-07-15 21:06:03 +0000
committerJohn Crispin <blogic@openwrt.org>2013-07-15 21:06:03 +0000
commit28938bdf328b9595133ca447b49517fec0227911 (patch)
treeb489dc3854a3beab7f47742243b2583651165a7b /target
parent62c5eae58abac0ac7834f5d1e5b7ae75d0b8047a (diff)
downloadmaster-187ad058-28938bdf328b9595133ca447b49517fec0227911.tar.gz
master-187ad058-28938bdf328b9595133ca447b49517fec0227911.tar.bz2
master-187ad058-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
Diffstat (limited to 'target')
-rw-r--r--target/linux/ramips/modules.mk2
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 \