summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-10-30 09:58:59 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-10-30 09:58:59 +0100
commit47e3c949564cbb6f5af7c71b89043653d54e390c (patch)
tree497f94e57ff2ead215d958951f78ca5f72600568
parentdb8fe78cec19242d9fe1b953bfaa2eede17332ae (diff)
linux: update to 4.8.5
-rw-r--r--mk/kernel-ver.mk4
-rw-r--r--target/avr32/grasshopper/patches/4.8.5/0001-grasshopper.patch (renamed from target/avr32/grasshopper/patches/4.8.3/0001-grasshopper.patch)0
-rw-r--r--target/avr32/grasshopper/patches/4.8.5/0002-grasshopper-led-pwm.patch (renamed from target/avr32/grasshopper/patches/4.8.3/0002-grasshopper-led-pwm.patch)0
-rw-r--r--target/avr32/grasshopper/patches/4.8.5/0003-grasshopper-mmc.patch (renamed from target/avr32/grasshopper/patches/4.8.3/0003-grasshopper-mmc.patch)0
-rw-r--r--target/avr32/grasshopper/patches/4.8.5/0004-grasshopper-i2c.patch (renamed from target/avr32/grasshopper/patches/4.8.3/0004-grasshopper-i2c.patch)0
-rw-r--r--target/avr32/grasshopper/patches/4.8.5/0005-grasshopper-usart.patch (renamed from target/avr32/grasshopper/patches/4.8.3/0005-grasshopper-usart.patch)0
-rw-r--r--target/avr32/grasshopper/patches/4.8.5/0100-netfilter-init-fix.patch (renamed from target/avr32/grasshopper/patches/4.8.3/0100-netfilter-init-fix.patch)0
-rw-r--r--target/config/Config.in.kernelversion2
-rw-r--r--target/linux/patches/4.8.5/crisv32.patch (renamed from target/linux/patches/4.8.3/crisv32.patch)0
-rw-r--r--target/linux/patches/4.8.5/crisv32_ethernet_driver.patch (renamed from target/linux/patches/4.8.3/crisv32_ethernet_driver.patch)0
-rw-r--r--target/linux/patches/4.8.5/initramfs-nosizelimit.patch (renamed from target/linux/patches/4.8.3/initramfs-nosizelimit.patch)0
-rw-r--r--target/linux/patches/4.8.5/ld-or1k.patch (renamed from target/linux/patches/4.8.3/ld-or1k.patch)0
-rw-r--r--target/linux/patches/4.8.5/macsonic.patch (renamed from target/linux/patches/4.8.3/macsonic.patch)0
-rw-r--r--target/linux/patches/4.8.5/patch-realtime (renamed from target/linux/patches/4.8.3/patch-realtime)0
-rw-r--r--target/linux/patches/4.8.5/startup.patch (renamed from target/linux/patches/4.8.3/startup.patch)0
-rw-r--r--target/linux/patches/4.8.5/vdso2.patch (renamed from target/linux/patches/4.8.3/vdso2.patch)0
16 files changed, 3 insertions, 3 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk
index c894b714b..a9d27f2e0 100644
--- a/mk/kernel-ver.mk
+++ b/mk/kernel-ver.mk
@@ -20,10 +20,10 @@ KERNEL_RELEASE:= 1
KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
endif
ifeq ($(ADK_TARGET_KERNEL_VERSION_4_8),y)
-KERNEL_FILE_VER:= 4.8.3
+KERNEL_FILE_VER:= 4.8.5
KERNEL_RELEASE:= 1
KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:= f9d7c000cf5d1efbc2a1868e702427b1a060438faf7cded97614478899964003
+KERNEL_HASH:= 48171714923f52b03e667011426cb62089fd3df9eb4be1227b781188d680c408
endif
ifeq ($(ADK_TARGET_KERNEL_VERSION_4_7),y)
KERNEL_FILE_VER:= 4.7.9
diff --git a/target/avr32/grasshopper/patches/4.8.3/0001-grasshopper.patch b/target/avr32/grasshopper/patches/4.8.5/0001-grasshopper.patch
index 0fa4535c2..0fa4535c2 100644
--- a/target/avr32/grasshopper/patches/4.8.3/0001-grasshopper.patch
+++ b/target/avr32/grasshopper/patches/4.8.5/0001-grasshopper.patch
diff --git a/target/avr32/grasshopper/patches/4.8.3/0002-grasshopper-led-pwm.patch b/target/avr32/grasshopper/patches/4.8.5/0002-grasshopper-led-pwm.patch
index 977c91523..977c91523 100644
--- a/target/avr32/grasshopper/patches/4.8.3/0002-grasshopper-led-pwm.patch
+++ b/target/avr32/grasshopper/patches/4.8.5/0002-grasshopper-led-pwm.patch
diff --git a/target/avr32/grasshopper/patches/4.8.3/0003-grasshopper-mmc.patch b/target/avr32/grasshopper/patches/4.8.5/0003-grasshopper-mmc.patch
index f87d4731b..f87d4731b 100644
--- a/target/avr32/grasshopper/patches/4.8.3/0003-grasshopper-mmc.patch
+++ b/target/avr32/grasshopper/patches/4.8.5/0003-grasshopper-mmc.patch
diff --git a/target/avr32/grasshopper/patches/4.8.3/0004-grasshopper-i2c.patch b/target/avr32/grasshopper/patches/4.8.5/0004-grasshopper-i2c.patch
index b0796ed5a..b0796ed5a 100644
--- a/target/avr32/grasshopper/patches/4.8.3/0004-grasshopper-i2c.patch
+++ b/target/avr32/grasshopper/patches/4.8.5/0004-grasshopper-i2c.patch
diff --git a/target/avr32/grasshopper/patches/4.8.3/0005-grasshopper-usart.patch b/target/avr32/grasshopper/patches/4.8.5/0005-grasshopper-usart.patch
index 448647c29..448647c29 100644
--- a/target/avr32/grasshopper/patches/4.8.3/0005-grasshopper-usart.patch
+++ b/target/avr32/grasshopper/patches/4.8.5/0005-grasshopper-usart.patch
diff --git a/target/avr32/grasshopper/patches/4.8.3/0100-netfilter-init-fix.patch b/target/avr32/grasshopper/patches/4.8.5/0100-netfilter-init-fix.patch
index 9d80e8b53..9d80e8b53 100644
--- a/target/avr32/grasshopper/patches/4.8.3/0100-netfilter-init-fix.patch
+++ b/target/avr32/grasshopper/patches/4.8.5/0100-netfilter-init-fix.patch
diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion
index 85c52c956..ec052d44e 100644
--- a/target/config/Config.in.kernelversion
+++ b/target/config/Config.in.kernelversion
@@ -34,7 +34,7 @@ config ADK_TARGET_KERNEL_VERSION_BB
depends on ADK_TARGET_SYSTEM_BEAGLEBONE_BLACK
config ADK_TARGET_KERNEL_VERSION_4_8
- bool "4.8.3"
+ bool "4.8.5"
depends on !ADK_TARGET_ARCH_METAG
depends on !ADK_TARGET_ARCH_NDS32
depends on !ADK_TARGET_ARCH_SPARC
diff --git a/target/linux/patches/4.8.3/crisv32.patch b/target/linux/patches/4.8.5/crisv32.patch
index cb9b0d028..cb9b0d028 100644
--- a/target/linux/patches/4.8.3/crisv32.patch
+++ b/target/linux/patches/4.8.5/crisv32.patch
diff --git a/target/linux/patches/4.8.3/crisv32_ethernet_driver.patch b/target/linux/patches/4.8.5/crisv32_ethernet_driver.patch
index 0cef202fc..0cef202fc 100644
--- a/target/linux/patches/4.8.3/crisv32_ethernet_driver.patch
+++ b/target/linux/patches/4.8.5/crisv32_ethernet_driver.patch
diff --git a/target/linux/patches/4.8.3/initramfs-nosizelimit.patch b/target/linux/patches/4.8.5/initramfs-nosizelimit.patch
index 40d2f6bd8..40d2f6bd8 100644
--- a/target/linux/patches/4.8.3/initramfs-nosizelimit.patch
+++ b/target/linux/patches/4.8.5/initramfs-nosizelimit.patch
diff --git a/target/linux/patches/4.8.3/ld-or1k.patch b/target/linux/patches/4.8.5/ld-or1k.patch
index 264f9166f..264f9166f 100644
--- a/target/linux/patches/4.8.3/ld-or1k.patch
+++ b/target/linux/patches/4.8.5/ld-or1k.patch
diff --git a/target/linux/patches/4.8.3/macsonic.patch b/target/linux/patches/4.8.5/macsonic.patch
index 75a6fcad2..75a6fcad2 100644
--- a/target/linux/patches/4.8.3/macsonic.patch
+++ b/target/linux/patches/4.8.5/macsonic.patch
diff --git a/target/linux/patches/4.8.3/patch-realtime b/target/linux/patches/4.8.5/patch-realtime
index 6fb397726..6fb397726 100644
--- a/target/linux/patches/4.8.3/patch-realtime
+++ b/target/linux/patches/4.8.5/patch-realtime
diff --git a/target/linux/patches/4.8.3/startup.patch b/target/linux/patches/4.8.5/startup.patch
index e54ac19a6..e54ac19a6 100644
--- a/target/linux/patches/4.8.3/startup.patch
+++ b/target/linux/patches/4.8.5/startup.patch
diff --git a/target/linux/patches/4.8.3/vdso2.patch b/target/linux/patches/4.8.5/vdso2.patch
index 35df488a8..35df488a8 100644
--- a/target/linux/patches/4.8.3/vdso2.patch
+++ b/target/linux/patches/4.8.5/vdso2.patch