projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
upgrade the ixp4xx ethernet driver to v0.3.1, split the Gateway 7001 support to two...
[openwrt.git]
/
package
/
rt2570
/
Makefile
diff --git
a/package/rt2570/Makefile
b/package/rt2570/Makefile
index
11ccfc9
..
73be4dd
100644
(file)
--- a/
package/rt2570/Makefile
+++ b/
package/rt2570/Makefile
@@
-25,7
+25,7
@@
include $(INCLUDE_DIR)/package.mk
define KernelPackage/rt2570
SUBMENU:=Wireless Drivers
TITLE:=Driver for ralink usb wireless chipsets
define KernelPackage/rt2570
SUBMENU:=Wireless Drivers
TITLE:=Driver for ralink usb wireless chipsets
- DEPENDS:=@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/
DESCRIPTION:=\
This package contains a driver for ralink rt2570 usb chipsets.
URL:=http://rt2x00.serialmonkey.com/
@@
-38,6
+38,7
@@
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)" \
+ LD="$(TARGET_CROSS)ld" \
ARCH="$(LINUX_KARCH)" \
PWD="$(PKG_BUILD_DIR)/Module" \
KERNDIR="$(LINUX_DIR)" \
ARCH="$(LINUX_KARCH)" \
PWD="$(PKG_BUILD_DIR)/Module" \
KERNDIR="$(LINUX_DIR)" \
This page took
0.029938 seconds
and
4
git commands to generate.