From 8d17e735d0d0d3f1fa72831dc8cfa19851407d96 Mon Sep 17 00:00:00 2001
From: Florian Fainelli <florian@openwrt.org>
Date: Wed, 25 Apr 2007 11:24:06 +0000
Subject: [PATCH] rdc-2.6 has pci support and rt61 should be built only along
 with rdc-2.6

SVN-Revision: 7049
---
 package/rt61/Makefile         | 2 +-
 target/linux/rdc-2.6/Makefile | 2 +-
 2 files changed, 2 insertions(+), 2 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/
diff --git a/target/linux/rdc-2.6/Makefile b/target/linux/rdc-2.6/Makefile
index d6f49826bf..97dd29fdbd 100644
--- a/target/linux/rdc-2.6/Makefile
+++ b/target/linux/rdc-2.6/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 ARCH:=i386
 BOARD:=rdc
 BOARDNAME:=RDC x86
-FEATURES:=squashfs jffs2
+FEATURES:=squashfs jffs2 pci
 
 define Target/Description
         Build firmware images for RDC3211 based routers
-- 
GitLab