diff options
author | John Crispin <john@openwrt.org> | 2007-10-14 04:46:38 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2007-10-14 04:46:38 +0000 |
commit | 92c40922e97b92f670d70cea5082a95e25c0423a (patch) | |
tree | c7f239398c47d4ec337568cae573424d911e488b /package/rt61/Makefile | |
parent | 5e621fdd17431ade9e86cde2a65ad8864dae5dfb (diff) | |
download | upstream-92c40922e97b92f670d70cea5082a95e25c0423a.tar.gz upstream-92c40922e97b92f670d70cea5082a95e25c0423a.tar.bz2 upstream-92c40922e97b92f670d70cea5082a95e25c0423a.zip |
DESCRIPTION:= is obselete
SVN-Revision: 9306
Diffstat (limited to 'package/rt61/Makefile')
-rw-r--r-- | package/rt61/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package/rt61/Makefile b/package/rt61/Makefile index f053f8389e..d646f18002 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 |