summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-04-06 10:47:24 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-04-06 10:47:24 +0000
commitd8b6908430b0a54b4e3de9ec8e0ef88b4dfa625f (patch)
treeb7b3032a1e93e6a2daef1a318ffb8673236febd4
parent6ca0ebe57c5711e3ee7cffff8fa0b9ff97b0b315 (diff)
downloadmaster-31e0f0ae-d8b6908430b0a54b4e3de9ec8e0ef88b4dfa625f.tar.gz
master-31e0f0ae-d8b6908430b0a54b4e3de9ec8e0ef88b4dfa625f.tar.bz2
master-31e0f0ae-d8b6908430b0a54b4e3de9ec8e0ef88b4dfa625f.zip
rt2500 cvs will not build on 2.6.24
SVN-Revision: 10740
-rw-r--r--package/rt2500/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rt2500/Makefile b/package/rt2500/Makefile
index 0e425c1092..b5b6074daf 100644
--- a/package/rt2500/Makefile
+++ b/package/rt2500/Makefile
@@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk
define KernelPackage/rt2500
SUBMENU:=Wireless Drivers
TITLE:=Driver for Ralink RT2500 pci wireless chipsets
- DEPENDS:=@!BIG_ENDIAN @USB_SUPPORT +wireless-tools
+ DEPENDS:=!@LINUX_2_6_24 @!BIG_ENDIAN @USB_SUPPORT +wireless-tools
URL:=http://rt2x00.serialmonkey.com/
FILES:=$(PKG_BUILD_DIR)/Module/rt2500.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,rt2500)