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 | 60d13603ddb4ed223c2278c7d82a19e3cf333a00 (patch) | |
tree | c9052ad02415b3116c5c7c570c337b218cbcde67 /openwrt/target | |
parent | e3b4ffa6c4dd0cdc00cd4b3ade95869fa4cdd172 (diff) | |
download | mtk-20170518-60d13603ddb4ed223c2278c7d82a19e3cf333a00.zip mtk-20170518-60d13603ddb4ed223c2278c7d82a19e3cf333a00.tar.gz mtk-20170518-60d13603ddb4ed223c2278c7d82a19e3cf333a00.tar.bz2 |
fix build_fixes patch for ar7 kernel
SVN-Revision: 2440
Diffstat (limited to 'openwrt/target')
-rw-r--r-- | openwrt/target/linux/linux-2.4/patches/generic/209-build_fixes.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/linux-2.4/patches/generic/209-build_fixes.patch b/openwrt/target/linux/linux-2.4/patches/generic/209-build_fixes.patch index 1c85437..235ee04 100644 --- a/openwrt/target/linux/linux-2.4/patches/generic/209-build_fixes.patch +++ b/openwrt/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 |