aboutsummaryrefslogtreecommitdiffstats
path: root/package/rt2570
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2006-12-12 13:32:47 +0000
committerFlorian Fainelli <florian@openwrt.org>2006-12-12 13:32:47 +0000
commitfdd327e4013ac65bb0a6ba6ea79d9b20040e9f2d (patch)
treece36651a4c404a471c6cafb5a7fb89dccdb10c21 /package/rt2570
parent31a9f4707c73a1edfd1da1e4b6a5912c821b7e93 (diff)
downloadmaster-187ad058-fdd327e4013ac65bb0a6ba6ea79d9b20040e9f2d.tar.gz
master-187ad058-fdd327e4013ac65bb0a6ba6ea79d9b20040e9f2d.tar.bz2
master-187ad058-fdd327e4013ac65bb0a6ba6ea79d9b20040e9f2d.zip
Fix ixp compilation errors (#1003)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5771 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/rt2570')
-rw-r--r--package/rt2570/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/rt2570/Makefile b/package/rt2570/Makefile
index 11ccfc9ae7..57b3cec2fd 100644
--- a/package/rt2570/Makefile
+++ b/package/rt2570/Makefile
@@ -38,6 +38,7 @@ endef
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)" \