diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-04-17 17:11:34 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-04-17 17:11:34 +0000 |
commit | 353e3305a5dc538bec2d2692549233baaecc80b5 (patch) | |
tree | b1822126b08143192082d36f7ac3362c22f08998 /package/rt61/Makefile | |
parent | 1147d2137e706d6d052b7ec7dfaa7054ed5d4e68 (diff) | |
download | upstream-353e3305a5dc538bec2d2692549233baaecc80b5.tar.gz upstream-353e3305a5dc538bec2d2692549233baaecc80b5.tar.bz2 upstream-353e3305a5dc538bec2d2692549233baaecc80b5.zip |
Mark rt61 as 2.6.23 only (#3337)
SVN-Revision: 10856
Diffstat (limited to 'package/rt61/Makefile')
-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 7ccbc45ed6..7544e29a7f 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:=@LINUX_2_6 @PCI_SUPPORT +wireless-tools + DEPENDS:=@LINUX_2_6_23 @PCI_SUPPORT +wireless-tools URL:=http://rt2x00.serialmonkey.com/ FILES:= \ $(PKG_BUILD_DIR)/Module/rt61.$(LINUX_KMOD_SUFFIX) |