diff options
author | Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk> | 2016-11-21 18:18:47 +0000 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-11-29 21:12:08 +0100 |
commit | 102cb4742c14f78bf86b7d77c568c205f0d99d85 (patch) | |
tree | 3d7496977238f054a0b50416a299fdfcf1feb55d /target/linux/lantiq | |
parent | 882f4d2d63272abce8c1966983aa10178e2e971f (diff) | |
download | upstream-102cb4742c14f78bf86b7d77c568c205f0d99d85.tar.gz upstream-102cb4742c14f78bf86b7d77c568c205f0d99d85.tar.bz2 upstream-102cb4742c14f78bf86b7d77c568c205f0d99d85.zip |
kernel: bump to 4.4.35
Refresh patches on all 4.4 supported platforms.
077-0005-bgmac-stop-clearing-DMA-receive-control-register-rig.patch
removed as now upstream.
Compile & run tested: ar71xx - Archer C7 v2
Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/patches-4.4/0039-MIPS-lantiq-danube-initialize-usb-on-boot.patch | 4 | ||||
-rw-r--r-- | target/linux/lantiq/patches-4.4/0047-poweroff.patch | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/lantiq/patches-4.4/0039-MIPS-lantiq-danube-initialize-usb-on-boot.patch b/target/linux/lantiq/patches-4.4/0039-MIPS-lantiq-danube-initialize-usb-on-boot.patch index e11578a755..bd42f38c0a 100644 --- a/target/linux/lantiq/patches-4.4/0039-MIPS-lantiq-danube-initialize-usb-on-boot.patch +++ b/target/linux/lantiq/patches-4.4/0039-MIPS-lantiq-danube-initialize-usb-on-boot.patch @@ -1,5 +1,5 @@ ---- a/arch/mips/lantiq/xway/reset.c 2016-01-20 08:45:18.382597595 +0100 -+++ b/arch/mips/lantiq/xway/reset.c 2016-01-20 08:45:31.927107016 +0100 +--- a/arch/mips/lantiq/xway/reset.c ++++ b/arch/mips/lantiq/xway/reset.c @@ -370,6 +370,7 @@ static int __init mips_reboot_setup(void panic("Failed to remap core memory"); diff --git a/target/linux/lantiq/patches-4.4/0047-poweroff.patch b/target/linux/lantiq/patches-4.4/0047-poweroff.patch index 54249bba52..88aed2ce96 100644 --- a/target/linux/lantiq/patches-4.4/0047-poweroff.patch +++ b/target/linux/lantiq/patches-4.4/0047-poweroff.patch @@ -13,7 +13,7 @@ static void ltq_usb_init(void) { /* Power for USB cores 1 & 2 */ -@@ -379,7 +373,6 @@ static int __init mips_reboot_setup(void +@@ -380,7 +374,6 @@ static int __init mips_reboot_setup(void _machine_restart = ltq_machine_restart; _machine_halt = ltq_machine_halt; |