|
|
|
@ -23,14 +23,16 @@ define KernelPackage/rt61 |
|
|
|
|
SUBMENU:=Wireless Drivers
|
|
|
|
|
TITLE:=Driver for ralink MiMo pci chipsets
|
|
|
|
|
DEPENDS:=@LINUX_2_6 @PCI_SUPPORT +wireless-tools
|
|
|
|
|
DESCRIPTION:=\
|
|
|
|
|
This package contains a driver for ralink rt2x61 pci chipsets.
|
|
|
|
|
URL:=http://rt2x00.serialmonkey.com/
|
|
|
|
|
FILES:= \
|
|
|
|
|
$(PKG_BUILD_DIR)/Module/rt61.$(LINUX_KMOD_SUFFIX)
|
|
|
|
|
AUTOLOAD:=$(call AutoLoad,50,rt61)
|
|
|
|
|
endef |
|
|
|
|
|
|
|
|
|
define KernelPackage/rt61/description |
|
|
|
|
This package contains a driver for ralink rt2x61 pci chipsets.
|
|
|
|
|
endef |
|
|
|
|
|
|
|
|
|
define KernelPackage/rt61/install |
|
|
|
|
mkdir -p $(1)/lib/firmware
|
|
|
|
|
$(CP) -L $(PKG_BUILD_DIR)/Module/rt2?61*.bin $(1)/lib/firmware
|
|
|
|
|