projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[brcm63xx] refresh kernel patches
[openwrt.git]
/
package
/
rt2570
/
Makefile
diff --git
a/package/rt2570/Makefile
b/package/rt2570/Makefile
index
73be4dd
..
4f58db8
100644
(file)
--- a/
package/rt2570/Makefile
+++ b/
package/rt2570/Makefile
@@
-4,7
+4,7
@@
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
-# $Id
: Makefile 5314 2006-10-27 19:14:43Z nico
$
+# $Id$
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
@@
-16,25
+16,22
@@
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/rt2400
PKG_MD5SUM:=f4131d670920a878b4d4a0f5d4d8b93a
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/rt2400
PKG_MD5SUM:=f4131d670920a878b4d4a0f5d4d8b93a
-PKG_CAT:=zcat
-
-PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk
define KernelPackage/rt2570
SUBMENU:=Wireless Drivers
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
DEPENDS:=@LINUX_2_4 @USB_SUPPORT +wireless-tools
- DESCRIPTION:=\
- This package contains a driver for ralink rt2570 usb chipsets.
URL:=http://rt2x00.serialmonkey.com/
URL:=http://rt2x00.serialmonkey.com/
- VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)
- FILES:= \
- $(PKG_BUILD_DIR)/Module/rt2570.$(LINUX_KMOD_SUFFIX)
+ FILES:=$(PKG_BUILD_DIR)/Module/rt2570.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,rt2570)
endef
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)" \
define Build/Compile
$(MAKE) -C "$(PKG_BUILD_DIR)/Module" \
CC="$(TARGET_CC)" \
This page took
0.029647 seconds
and
4
git commands to generate.