diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-04-06 15:41:43 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-04-06 15:41:43 +0000 |
commit | 720acc785ac1e108a4ab965668057d2e053c5e36 (patch) | |
tree | 33fa7fc03517103b2dd814a74b48f5657e0caad4 /package | |
parent | ef3c5ee59f436824302c142740f83b0edd2fc2f5 (diff) | |
download | upstream-720acc785ac1e108a4ab965668057d2e053c5e36.tar.gz upstream-720acc785ac1e108a4ab965668057d2e053c5e36.tar.bz2 upstream-720acc785ac1e108a4ab965668057d2e053c5e36.zip |
This rt2x00 version only compiles for 2.6.24 (#3211)
SVN-Revision: 10743
Diffstat (limited to 'package')
-rw-r--r-- | package/rt2x00/Makefile | 2 |
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 |