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 | 8d17e735d0d0d3f1fa72831dc8cfa19851407d96 (patch) | |
tree | edaa3e678fa6fcf905db12e602e7533a55c60b76 | |
parent | 50735bc351525f8df0fecabbe7f4a9410003d75d (diff) | |
download | upstream-8d17e735d0d0d3f1fa72831dc8cfa19851407d96.tar.gz upstream-8d17e735d0d0d3f1fa72831dc8cfa19851407d96.tar.bz2 upstream-8d17e735d0d0d3f1fa72831dc8cfa19851407d96.zip |
rdc-2.6 has pci support and rt61 should be built only along with rdc-2.6
SVN-Revision: 7049
-rw-r--r-- | package/rt61/Makefile | 2 | ||||
-rw-r--r-- | 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 |