diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2017-05-26 22:56:32 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-05-27 00:48:37 +0200 |
commit | 0b173759316f3eff85c5c41523cae376e907b7c7 (patch) | |
tree | 160a285fbf6b059eaf29946b37df4ea9475b1290 /target/linux/generic | |
parent | 48e500570ee964e4e74c3f88cd518f2d3b1ba1ce (diff) | |
download | upstream-0b173759316f3eff85c5c41523cae376e907b7c7.tar.gz upstream-0b173759316f3eff85c5c41523cae376e907b7c7.tar.bz2 upstream-0b173759316f3eff85c5c41523cae376e907b7c7.zip |
kernel: update kernel 4.9 to 4.9.30
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/generic')
3 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/patches-4.9/121-of-Add-check-to-of_scan_flat_dt-before-accessing-ini.patch b/target/linux/generic/patches-4.9/121-of-Add-check-to-of_scan_flat_dt-before-accessing-ini.patch index f939f0734c..bc05dcec65 100644 --- a/target/linux/generic/patches-4.9/121-of-Add-check-to-of_scan_flat_dt-before-accessing-ini.patch +++ b/target/linux/generic/patches-4.9/121-of-Add-check-to-of_scan_flat_dt-before-accessing-ini.patch @@ -12,7 +12,7 @@ Signed-off-by: Tobias Wolf <dev-NTEO@vplace.de> --- a/drivers/of/fdt.c +++ b/drivers/of/fdt.c -@@ -738,9 +738,12 @@ int __init of_scan_flat_dt(int (*it)(uns +@@ -741,9 +741,12 @@ int __init of_scan_flat_dt(int (*it)(uns const char *pathp; int offset, rc = 0, depth = -1; diff --git a/target/linux/generic/patches-4.9/300-mips_expose_boot_raw.patch b/target/linux/generic/patches-4.9/300-mips_expose_boot_raw.patch index 9587a869f6..6925ddec6c 100644 --- a/target/linux/generic/patches-4.9/300-mips_expose_boot_raw.patch +++ b/target/linux/generic/patches-4.9/300-mips_expose_boot_raw.patch @@ -18,7 +18,7 @@ Acked-by: Rob Landley <rob@landley.net> config CEVT_BCM1480 bool -@@ -2963,6 +2960,18 @@ choice +@@ -2964,6 +2961,18 @@ choice bool "Extend builtin kernel arguments with bootloader arguments" endchoice diff --git a/target/linux/generic/patches-4.9/304-mips_disable_fpu.patch b/target/linux/generic/patches-4.9/304-mips_disable_fpu.patch index af09137257..a69ea57678 100644 --- a/target/linux/generic/patches-4.9/304-mips_disable_fpu.patch +++ b/target/linux/generic/patches-4.9/304-mips_disable_fpu.patch @@ -26,7 +26,7 @@ v2: incorporated changes suggested by Jonas Gorski --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig -@@ -2891,6 +2891,20 @@ config MIPS_O32_FP64_SUPPORT +@@ -2892,6 +2892,20 @@ config MIPS_O32_FP64_SUPPORT If unsure, say N. |