projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix 2.6 module build when compiling on a 2.4 host system
[openwrt.git]
/
openwrt
/
target
/
linux
/
package
/
spca5xx
/
Makefile
diff --git
a/openwrt/target/linux/package/spca5xx/Makefile
b/openwrt/target/linux/package/spca5xx/Makefile
index
a2b43e9
..
95a48a9
100644
(file)
--- a/
openwrt/target/linux/package/spca5xx/Makefile
+++ b/
openwrt/target/linux/package/spca5xx/Makefile
@@
-28,6
+28,9
@@
$(PKG_BUILD_DIR)/.configured:
$(PKG_BUILD_DIR)/.built:
$(MAKE) -C $(KERNEL_DIR) \
+ ARCH="$(LINUX_KARCH)" \
+ CROSS_COMPILE="$(TARGET_CROSS)" \
+ KERNELVERSION="$(KERNEL_VERSION)" \
SUBDIRS="$(PKG_BUILD_DIR)" \
modules
touch $@
This page took
0.021662 seconds
and
4
git commands to generate.