diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-11-24 10:17:33 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-11-24 10:17:33 +0000 |
commit | c26c5eff0ea43f9645fdb50b8dfd5f1fe4fb6640 (patch) | |
tree | 71f8de7a390beace28d8456266cad646ffdf46f5 /target/linux/generic/patches-3.18/201-extra_optimization.patch | |
parent | 35902404fce9e8007a69ba893a8a8e569494209e (diff) | |
download | upstream-c26c5eff0ea43f9645fdb50b8dfd5f1fe4fb6640.tar.gz upstream-c26c5eff0ea43f9645fdb50b8dfd5f1fe4fb6640.tar.bz2 upstream-c26c5eff0ea43f9645fdb50b8dfd5f1fe4fb6640.zip |
update .18 support for -rc6
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 43357
Diffstat (limited to 'target/linux/generic/patches-3.18/201-extra_optimization.patch')
-rw-r--r-- | target/linux/generic/patches-3.18/201-extra_optimization.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.18/201-extra_optimization.patch b/target/linux/generic/patches-3.18/201-extra_optimization.patch index ee231a64be..7ec93a47f4 100644 --- a/target/linux/generic/patches-3.18/201-extra_optimization.patch +++ b/target/linux/generic/patches-3.18/201-extra_optimization.patch @@ -1,6 +1,6 @@ --- a/Makefile +++ b/Makefile -@@ -611,9 +611,9 @@ include $(srctree)/arch/$(SRCARCH)/Makef +@@ -612,9 +612,9 @@ include $(srctree)/arch/$(SRCARCH)/Makef KBUILD_CFLAGS += $(call cc-option,-fno-delete-null-pointer-checks,) ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE |