projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
first ar531x support for 2.4, thx Mile Albon, some addons from me for mips big endian...
[openwrt.git]
/
target
/
linux
/
linux-2.4
/
patches
/
generic
/
209-build_fixes.patch
diff --git
a/target/linux/linux-2.4/patches/generic/209-build_fixes.patch
b/target/linux/linux-2.4/patches/generic/209-build_fixes.patch
index
1c85437
..
235ee04
100644
(file)
--- a/
target/linux/linux-2.4/patches/generic/209-build_fixes.patch
+++ b/
target/linux/linux-2.4/patches/generic/209-build_fixes.patch
@@
-41,7
+41,7
@@
diff -urN linux.old/Makefile linux.dev/Makefile
+ `$(NM) $$f | cut -f3- -d' ' | sed -n \
+ -e 's/__module_parm_\(.*\)/-K \1/p' \
+ -e 's/__ks..tab_\(.*\)/-K \1/p'` \
+ `$(NM) $$f | cut -f3- -d' ' | sed -n \
+ -e 's/__module_parm_\(.*\)/-K \1/p' \
+ -e 's/__ks..tab_\(.*\)/-K \1/p'` \
-+ $$f $(MODLIB)/kernel/$(MOD_DESTDIR)$(MOD_TARGET)
$$f
; \
++ $$f $(MODLIB)/kernel/$(MOD_DESTDIR)$(MOD_TARGET)
`basename $$f`
; \
+ done
endif
+ done
endif
This page took
0.02163 seconds
and
4
git commands to generate.