changeset 1672:3c45686b2a8a

linux 3.15
author Rob Landley <rob@landley.net>
date Fri, 15 Aug 2014 18:46:51 -0500
parents d201f0baf0b6
children 0f61292eab70
files download.sh sources/patches/linux-deeplystupid.patch sources/patches/linux-sh4noexpert.patch
diffstat 3 files changed, 21 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/download.sh	Fri Aug 15 17:45:17 2014 -0500
+++ b/download.sh	Fri Aug 15 18:46:51 2014 -0500
@@ -29,8 +29,8 @@
 SHA1=aa6c4e58ee3524b961755fb8e491462ff8109fd6 \
 maybe_fork "download || dienow"
 
-URL=ftp://kernel.org/pub/linux/kernel/v3.x/linux-3.14.tar.gz \
-SHA1=23fde5cfe36e27eca54947744613b45e747d18e9 \
+URL=ftp://kernel.org/pub/linux/kernel/v3.x/linux-3.15.tar.gz \
+SHA1=e82e5c7ccef88ebcc4158249c267b13d428f5c24 \
 maybe_fork "download || dienow"
 
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sources/patches/linux-deeplystupid.patch	Fri Aug 15 18:46:51 2014 -0500
@@ -0,0 +1,16 @@
+The kernel developers added a new "feature" (in commit 5d2acfc7b974) to
+switch _on_ some symbols in "make allnoconfig", breaking miniconfig.
+Cut the blue wire to make this drooling idiocy stop.
+
+diff --git a/init/Kconfig b/init/Kconfig
+index 9d3585b..b097eb6 100644
+--- a/init/Kconfig
++++ b/init/Kconfig
+@@ -1486,7 +1486,6 @@ config PCI_QUIRKS
+ 
+ config EMBEDDED
+ 	bool "Embedded system"
+-	option allnoconfig_y
+ 	select EXPERT
+ 	help
+ 	  This option should be enabled if compiling the kernel for
--- a/sources/patches/linux-sh4noexpert.patch	Fri Aug 15 17:45:17 2014 -0500
+++ b/sources/patches/linux-sh4noexpert.patch	Fri Aug 15 18:46:51 2014 -0500
@@ -1,9 +1,7 @@
 Forcing sh4 into CONFIG_EXPERT mode just because it's sh4 is weird. Stop it.
 
-diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
-index 834b67c..7d0d44d 100644
---- a/arch/sh/Kconfig
-+++ b/arch/sh/Kconfig
+--- linux/arch/sh/Kconfig
++++ linux/arch/sh/Kconfig
 @@ -1,7 +1,7 @@
  config SUPERH
  	def_bool y
@@ -11,5 +9,5 @@
 -	select EXPERT
 +	select HAVE_PATA_PLATFORM
  	select CLKDEV_LOOKUP
- 	select HAVE_IDE if HAS_IOPORT
+ 	select HAVE_IDE if HAS_IOPORT_MAP
  	select HAVE_MEMBLOCK