diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-01-01 23:23:45 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-01-01 23:23:45 +0000 |
commit | 794600e96cd08881e85bc483177e9c1ba54d0822 (patch) | |
tree | ab4bca81f52e90aafcc5097c4236a7e205ec3dcf /package/rt2500 | |
parent | 632f858731d8741a93c77daf1aceed2fd45e193d (diff) |
make ralink legacy drivers depend on linux 2.4 - linux 2.6 will use the stuff from wireless-dev later
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5960 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/rt2500')
-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 ca1b837be..aa3cc80ee 100644 --- a/package/rt2500/Makefile +++ b/package/rt2500/Makefile @@ -25,7 +25,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:=@LINUX_2_4 @USB_SUPPORT +wireless-tools DESCRIPTION:=\ This package contains a driver for ralink rt2500 pci chipsets. URL:=http://rt2x00.serialmonkey.com/ |