aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-07-15 21:06:03 +0000
committerJohn Crispin <john@openwrt.org>2013-07-15 21:06:03 +0000
commitdd22304691d2756fb97c6fdc129a81cd0dd12aaf (patch)
treea3c5d1cbface7a7f8f87e43000bc292a1bef723f
parent072e1a254cd5f03257225ad8c7f13accc80c5f79 (diff)
downloadupstream-dd22304691d2756fb97c6fdc129a81cd0dd12aaf.tar.gz
upstream-dd22304691d2756fb97c6fdc129a81cd0dd12aaf.tar.bz2
upstream-dd22304691d2756fb97c6fdc129a81cd0dd12aaf.zip
ramips: make the old dwc driver depend on v3.9
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37357
-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 \