summaryrefslogtreecommitdiff
path: root/target/linux/ramips/modules.mk
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 /target/linux/ramips/modules.mk
parent072e1a254cd5f03257225ad8c7f13accc80c5f79 (diff)
downloadmtk-20170518-dd22304691d2756fb97c6fdc129a81cd0dd12aaf.zip
mtk-20170518-dd22304691d2756fb97c6fdc129a81cd0dd12aaf.tar.gz
mtk-20170518-dd22304691d2756fb97c6fdc129a81cd0dd12aaf.tar.bz2
ramips: make the old dwc driver depend on v3.9
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37357
Diffstat (limited to 'target/linux/ramips/modules.mk')
-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 179aba6..10f517e 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 \