summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/rt2x00/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rt2x00/Makefile b/package/rt2x00/Makefile
index 0f6e55d236..940ef9b1bf 100644
--- a/package/rt2x00/Makefile
+++ b/package/rt2x00/Makefile
@@ -36,7 +36,7 @@ $(eval $(call Download,rt71w))
define KernelPackage/rt2x00/Default
SUBMENU:=Wireless Drivers
TITLE:=Ralink Drivers for RT2x00 cards
- DEPENDS:=@LINUX_2_6 @!TARGET_atheros @!TARGET_uml
+ DEPENDS:=@LINUX_2_6_24 @!TARGET_atheros @!TARGET_uml
endef
define KernelPackage/rt2x00-lib