aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-02-12 08:07:20 +0000
committerJohn Crispin <blogic@openwrt.org>2015-02-12 08:07:20 +0000
commit3a3ffe7608a3be01b406a503ed4cd75d606f8bfb (patch)
tree98cf3a715c98a5b48933eecb2de9024acd688165 /target
parent5254ae939143eed9b95f6fce17342cfd5a75e043 (diff)
downloadmaster-187ad058-3a3ffe7608a3be01b406a503ed4cd75d606f8bfb.tar.gz
master-187ad058-3a3ffe7608a3be01b406a503ed4cd75d606f8bfb.tar.bz2
master-187ad058-3a3ffe7608a3be01b406a503ed4cd75d606f8bfb.zip
generic: fix broken patch in the transition of 3.19 from -rc5 to release .0
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44416 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/generic/patches-3.19/304-mips_disable_fpu.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.19/304-mips_disable_fpu.patch b/target/linux/generic/patches-3.19/304-mips_disable_fpu.patch
index 8413dba7c2..30eeb88019 100644
--- a/target/linux/generic/patches-3.19/304-mips_disable_fpu.patch
+++ b/target/linux/generic/patches-3.19/304-mips_disable_fpu.patch
@@ -39,7 +39,7 @@
write_c0_config5(config5);
enable_fpu_hazard();
- } else
-+ } else (IS_ENABLED(CONFIG_MIPS_FPU_EMULATOR))
++ } else if (IS_ENABLED(CONFIG_MIPS_FPU_EMULATOR))
fpu_emulator_init_fpu();
+ else
+ ret = SIGILL;