summaryrefslogtreecommitdiffstats
path: root/package/rt61
diff options
context:
space:
mode:
Diffstat (limited to 'package/rt61')
-rw-r--r--package/rt61/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/rt61/Makefile b/package/rt61/Makefile
index f053f8389..d646f1800 100644
--- a/package/rt61/Makefile
+++ b/package/rt61/Makefile
@@ -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