rdc-2.6 has pci support and rt61 should be built only along with rdc-2.6
SVN-Revision: 7049
This commit is contained in:
parent
50735bc351
commit
8d17e735d0
2 changed files with 2 additions and 2 deletions
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue