diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-11-11 22:53:18 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-11-11 22:53:18 +0000 |
commit | 06d4223566dedc23b6fceee9f9f7846a7705ad60 (patch) | |
tree | e033bd9432a3de3001eb35f4d37e16e900a38903 /target/linux/linux-2.4 | |
parent | 7ba507070af6fc9a6b9a00ae963968b5707d01ce (diff) | |
download | upstream-06d4223566dedc23b6fceee9f9f7846a7705ad60.tar.gz upstream-06d4223566dedc23b6fceee9f9f7846a7705ad60.tar.bz2 upstream-06d4223566dedc23b6fceee9f9f7846a7705ad60.zip |
fix build_fixes patch for ar7 kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2440 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/linux-2.4')
-rw-r--r-- | target/linux/linux-2.4/patches/generic/209-build_fixes.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 1c85437a56..235ee042a5 100644 --- 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'` \ -+ $$f $(MODLIB)/kernel/$(MOD_DESTDIR)$(MOD_TARGET)$$f; \ ++ $$f $(MODLIB)/kernel/$(MOD_DESTDIR)$(MOD_TARGET)`basename $$f`; \ + done endif |