diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-02-13 12:57:36 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-02-13 12:57:36 +0000 |
commit | 87573f9583f900bc82fe435ebbcff8dd72c88205 (patch) | |
tree | 2f9a80173d0873fc7198b0ed4138f4d734555c97 /target/linux/generic/patches-3.12/203-kallsyms_uncompressed.patch | |
parent | 23122cc26eed5dca0dde4814551da2c9395979c4 (diff) | |
download | upstream-87573f9583f900bc82fe435ebbcff8dd72c88205.tar.gz upstream-87573f9583f900bc82fe435ebbcff8dd72c88205.tar.bz2 upstream-87573f9583f900bc82fe435ebbcff8dd72c88205.zip |
[generic]: upgrade 3.12 to 3.12.10
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39581 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.12/203-kallsyms_uncompressed.patch')
-rw-r--r-- | target/linux/generic/patches-3.12/203-kallsyms_uncompressed.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/patches-3.12/203-kallsyms_uncompressed.patch b/target/linux/generic/patches-3.12/203-kallsyms_uncompressed.patch index ea6b31062c..3d58703167 100644 --- a/target/linux/generic/patches-3.12/203-kallsyms_uncompressed.patch +++ b/target/linux/generic/patches-3.12/203-kallsyms_uncompressed.patch @@ -71,9 +71,9 @@ --- a/scripts/link-vmlinux.sh +++ b/scripts/link-vmlinux.sh -@@ -84,6 +84,10 @@ kallsyms() - - kallsymopt="${kallsymopt} --page-offset=$CONFIG_PAGE_OFFSET" +@@ -86,6 +86,10 @@ kallsyms() + kallsymopt="${kallsymopt} --page-offset=$CONFIG_PAGE_OFFSET" + fi + if [ -n "${CONFIG_KALLSYMS_UNCOMPRESSED}" ]; then + kallsymopt="${kallsymopt} --uncompressed" |