diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-13 18:16:26 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-13 18:16:26 +0000 |
commit | 8eecf64a1a9b6a1f893ee82c73b7758c9821d8c7 (patch) | |
tree | 94cef45c515c01f00d30099dec582a0d589cebe9 /package/rt2500/Makefile | |
parent | d013686d2d56f954a8ea92cf30406c305f646c7d (diff) |
Disable rt2500 for big-endian targets, we will update to a mac80211 version (#1886)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7620 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/rt2500/Makefile')
-rw-r--r-- | package/rt2500/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rt2500/Makefile b/package/rt2500/Makefile index b4729ce184..06e02f7ea1 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 pci wireless chipsets - DEPENDS:=@USB_SUPPORT +wireless-tools + DEPENDS:=@!BIG_ENDIAN @USB_SUPPORT +wireless-tools DESCRIPTION:=\ This package contains a driver for ralink rt2500 pci chipsets. URL:=http://rt2x00.serialmonkey.com/ |