diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2017-07-23 14:25:40 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-07-28 22:46:26 +0200 |
commit | 39e8ab17d55094709e103da28360f0cc515612a9 (patch) | |
tree | 21b37dbc9e5eb39877b3f8f4a51c62b46ca85e75 /target/linux/generic/patches-4.4/201-extra_optimization.patch | |
parent | 88f3c635726525f4da1ac24780ee0d506f18c4b6 (diff) | |
download | upstream-39e8ab17d55094709e103da28360f0cc515612a9.tar.gz upstream-39e8ab17d55094709e103da28360f0cc515612a9.tar.bz2 upstream-39e8ab17d55094709e103da28360f0cc515612a9.zip |
kernel: update kernel 4.4 to version 4.4.79
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/generic/patches-4.4/201-extra_optimization.patch')
-rw-r--r-- | target/linux/generic/patches-4.4/201-extra_optimization.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-4.4/201-extra_optimization.patch b/target/linux/generic/patches-4.4/201-extra_optimization.patch index 04192727c0..2f834422cb 100644 --- a/target/linux/generic/patches-4.4/201-extra_optimization.patch +++ b/target/linux/generic/patches-4.4/201-extra_optimization.patch @@ -1,7 +1,7 @@ --- a/Makefile +++ b/Makefile -@@ -621,12 +621,12 @@ KBUILD_CFLAGS += $(call cc-disable-warni - KBUILD_CFLAGS += $(call cc-disable-warning,frame-address,) +@@ -624,12 +624,12 @@ KBUILD_CFLAGS += $(call cc-disable-warni + KBUILD_CFLAGS += $(call cc-disable-warning, int-in-bool-context) ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE -KBUILD_CFLAGS += -Os |