diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-04-25 11:24:06 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-04-25 11:24:06 +0000 |
commit | 303d6d3c337e7058f649757b614b5e46f7f25314 (patch) | |
tree | 6178a37db67f0bb3855f12ac06dcaf38174684d7 /package/rt61/Makefile | |
parent | 4ce3d2ea13aaa41c304d0015b4c4db67df145a73 (diff) | |
download | upstream-303d6d3c337e7058f649757b614b5e46f7f25314.tar.gz upstream-303d6d3c337e7058f649757b614b5e46f7f25314.tar.bz2 upstream-303d6d3c337e7058f649757b614b5e46f7f25314.zip |
rdc-2.6 has pci support and rt61 should be built only along with rdc-2.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7049 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 d1f71e996a..c8fab11d14 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_RDC +wireless-tools DESCRIPTION:=\ This package contains a driver for ralink rt61xx pci chipsets. URL:=http://rt2x00.serialmonkey.com/ |