diff options
author | John Crispin <john@openwrt.org> | 2013-07-15 21:06:03 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-07-15 21:06:03 +0000 |
commit | dd22304691d2756fb97c6fdc129a81cd0dd12aaf (patch) | |
tree | a3c5d1cbface7a7f8f87e43000bc292a1bef723f /target/linux/ramips/modules.mk | |
parent | 072e1a254cd5f03257225ad8c7f13accc80c5f79 (diff) | |
download | upstream-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
Diffstat (limited to 'target/linux/ramips/modules.mk')
-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 \ |