X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/a702c26fde6ee7159afa6804204ac1f4a81be468..3a0a80e1294f903c0fc271b1e71dba59007b5f61:/package/rt2570/Makefile diff --git a/package/rt2570/Makefile b/package/rt2570/Makefile index 629a443c2..d05e493eb 100644 --- a/package/rt2570/Makefile +++ b/package/rt2570/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk @@ -21,16 +20,17 @@ include $(INCLUDE_DIR)/package.mk define KernelPackage/rt2570 SUBMENU:=Wireless Drivers - TITLE:=Driver for ralink usb wireless chipsets + TITLE:=Driver for Ralink RT2570 usb wireless chipsets DEPENDS:=@LINUX_2_4 @USB_SUPPORT +wireless-tools - DESCRIPTION:=\ - This package contains a driver for ralink rt2570 usb chipsets. URL:=http://rt2x00.serialmonkey.com/ - FILES:= \ - $(PKG_BUILD_DIR)/Module/rt2570.$(LINUX_KMOD_SUFFIX) + FILES:=$(PKG_BUILD_DIR)/Module/rt2570.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,50,rt2570) endef +define KernelPackage/rt2570/description + This package contains a driver for Ralink RT2570 usb chipsets. +endef + define Build/Compile $(MAKE) -C "$(PKG_BUILD_DIR)/Module" \ CC="$(TARGET_CC)" \