fix build_fixes patch for ar7 kernel
SVN-Revision: 2440
This commit is contained in:
parent
e3b4ffa6c4
commit
60d13603dd
1 changed files with 1 additions and 1 deletions
|
@ -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'` \
|
||||
+ $$f $(MODLIB)/kernel/$(MOD_DESTDIR)$(MOD_TARGET)$$f; \
|
||||
+ $$f $(MODLIB)/kernel/$(MOD_DESTDIR)$(MOD_TARGET)`basename $$f`; \
|
||||
+ done
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue