changeset 1772:cd90d547dba8 draft

Linux 4.0.
author Rob Landley <rob@landley.net>
date Mon, 15 Jun 2015 15:26:38 -0500
parents 317e0a1e895d
children eca87f8f58fb
files download.sh sources/patches/linux-sh4noexpert.patch
diffstat 2 files changed, 2 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/download.sh	Mon Jun 15 05:55:51 2015 -0500
+++ b/download.sh	Mon Jun 15 15:26:38 2015 -0500
@@ -29,8 +29,8 @@
 SHA1=488509a6cf70881713d5e8f9ecb27b2d5a300334 \
 maybe_fork "download || dienow"
 
-URL=ftp://kernel.org/pub/linux/kernel/v3.x/linux-3.19.tar.gz \
-SHA1=5e7c78faee9e8ffb4b0361b9ff459fdc066baca7 \
+URL=ftp://kernel.org/pub/linux/kernel/v4.x/linux-4.0.tar.gz \
+SHA1=553164212ea3a162a2ff63276c60fe7dd04e9ad1 \
 maybe_fork "download || dienow"
 
 
--- a/sources/patches/linux-sh4noexpert.patch	Mon Jun 15 05:55:51 2015 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-Forcing sh4 into CONFIG_EXPERT mode just because it's sh4 is weird. Stop it.
-
---- linux/arch/sh/Kconfig
-+++ linux/arch/sh/Kconfig
-@@ -1,7 +1,7 @@
- config SUPERH
- 	def_bool y
- 	select ARCH_MIGHT_HAVE_PC_PARPORT
--	select EXPERT
-+	select HAVE_PATA_PLATFORM
- 	select CLKDEV_LOOKUP
- 	select HAVE_IDE if HAS_IOPORT_MAP
- 	select HAVE_MEMBLOCK