diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-04-25 11:24:06 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-04-25 11:24:06 +0000 |
commit | c350a013d43d9bca2c8166d7b56a86ac989425dd (patch) | |
tree | 6178a37db67f0bb3855f12ac06dcaf38174684d7 /package/rt61 | |
parent | 814b429c34611fb919be9b7801574277d59f6395 (diff) |
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')
-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 d1f71e996..c8fab11d1 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/ |