1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 09:41:38 +03:00

kernel: add md5sum for 2.6.31 final, and refresh 2.6.31 patches

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17558 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2009-09-10 13:37:31 +00:00
parent 1f742d4078
commit 98337a7ad3
4 changed files with 6 additions and 3 deletions

View File

@ -25,6 +25,9 @@ endif
ifeq ($(LINUX_VERSION),2.6.30.6)
LINUX_KERNEL_MD5SUM:=3ae3add6838da3c5a53baa87c9e32924
endif
ifeq ($(LINUX_VERSION),2.6.31)
LINUX_KERNEL_MD5SUM:=84c077a37684e4cbfa67b18154390d8a
endif
# disable the md5sum check for unknown kernel versions
LINUX_KERNEL_MD5SUM?=x

View File

@ -1,6 +1,6 @@
--- a/init/main.c
+++ b/init/main.c
@@ -843,7 +843,7 @@ static noinline int init_post(void)
@@ -844,7 +844,7 @@ static noinline int init_post(void)
numa_default_policy();
if (sys_open((const char __user *) "/dev/console", O_RDWR, 0) < 0)

View File

@ -829,7 +829,7 @@
+be done automatically.
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2261,6 +2261,11 @@ T: git git://git.kernel.org/pub/scm/linu
@@ -2260,6 +2260,11 @@ T: git git://git.kernel.org/pub/scm/linu
S: Maintained
F: drivers/media/video/gspca/

View File

@ -1,6 +1,6 @@
--- a/init/main.c
+++ b/init/main.c
@@ -867,10 +867,7 @@ static noinline int init_post(void)
@@ -868,10 +868,7 @@ static noinline int init_post(void)
printk(KERN_WARNING "Failed to execute %s. Attempting "
"defaults...\n", execute_command);
}