mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 16:13:10 +02:00
fix build_fixes patch for ar7 kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2440 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8e6fbc03d1
commit
89e76789ca
@ -41,7 +41,7 @@ diff -urN linux.old/Makefile linux.dev/Makefile
|
|||||||
+ `$(NM) $$f | cut -f3- -d' ' | sed -n \
|
+ `$(NM) $$f | cut -f3- -d' ' | sed -n \
|
||||||
+ -e 's/__module_parm_\(.*\)/-K \1/p' \
|
+ -e 's/__module_parm_\(.*\)/-K \1/p' \
|
||||||
+ -e 's/__ks..tab_\(.*\)/-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
|
+ done
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user