diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-08-27 02:07:15 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-08-27 02:07:15 +0000 |
commit | 097cf847ccfcc978f38e68fd327b5a66aa7423c1 (patch) | |
tree | 3d98ee7714b98222ff2b313e037e0715a7beef68 /package | |
parent | bfa6ac2eabd19ee4551c1a1ad409735e1fd57291 (diff) | |
download | upstream-097cf847ccfcc978f38e68fd327b5a66aa7423c1.tar.gz upstream-097cf847ccfcc978f38e68fd327b5a66aa7423c1.tar.bz2 upstream-097cf847ccfcc978f38e68fd327b5a66aa7423c1.zip |
mark package/rt61 as 2.6 only
SVN-Revision: 8500
Diffstat (limited to 'package')
-rw-r--r-- | package/rt61/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rt61/Makefile b/package/rt61/Makefile index c0878c397e..3b0564f286 100644 --- a/package/rt61/Makefile +++ b/package/rt61/Makefile @@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk define KernelPackage/rt61 SUBMENU:=Wireless Drivers TITLE:=Driver for ralink MiMo pci chipsets - DEPENDS:=@PCI_SUPPORT +wireless-tools + DEPENDS:=@LINUX_2_6 @PCI_SUPPORT +wireless-tools DESCRIPTION:=\ This package contains a driver for ralink rt2x61 pci chipsets. URL:=http://rt2x00.serialmonkey.com/ |