diff options
author | Jonas Gorski <jogo@openwrt.org> | 2013-06-30 13:10:12 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2013-06-30 13:10:12 +0000 |
commit | 0d9f760f272f3ccb3abcaca8e678734b666e234c (patch) | |
tree | 14237dc1b483b6fefbf696164b80f594e9826e49 /target/linux/generic/patches-3.9/220-gc_sections.patch | |
parent | 6a4e78dca6ecd4325504f0a74cd1816275157eea (diff) | |
download | mtk-20170518-0d9f760f272f3ccb3abcaca8e678734b666e234c.zip mtk-20170518-0d9f760f272f3ccb3abcaca8e678734b666e234c.tar.gz mtk-20170518-0d9f760f272f3ccb3abcaca8e678734b666e234c.tar.bz2 |
kernel: update linux 3.9 to 3.9.8
Includes memory allocation fixes as well as several networking fixes.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37103
Diffstat (limited to 'target/linux/generic/patches-3.9/220-gc_sections.patch')
-rw-r--r-- | target/linux/generic/patches-3.9/220-gc_sections.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.9/220-gc_sections.patch b/target/linux/generic/patches-3.9/220-gc_sections.patch index 59bdac5..4150d7c 100644 --- a/target/linux/generic/patches-3.9/220-gc_sections.patch +++ b/target/linux/generic/patches-3.9/220-gc_sections.patch @@ -513,4 +513,4 @@ +KBUILD_CFLAGS_KERNEL := $(patsubst -f%-sections,,$(KBUILD_CFLAGS_KERNEL)) ccflags-y := -fpic -mno-single-pic-base -fno-builtin -I$(obj) - asflags-y := -Wa,-march=all -DZIMAGE + asflags-y := -DZIMAGE |