summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-12-16 10:37:14 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-12-16 10:37:14 +0000
commit84938fc03d0471ec555fecec3569f25cd1ace3ed (patch)
tree2ebe010d95948527ec054fd18f00a47010440c3d /target
parent54ab31e3a868f4cfba90483fbad0e8bfe664052e (diff)
[kernel] update to 2.6.27.9 and refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13659 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/au1000/Makefile2
-rw-r--r--target/linux/avr32/Makefile2
-rw-r--r--target/linux/brcm63xx/Makefile2
-rw-r--r--target/linux/generic-2.6/patches-2.6.27/971-ocf_20080917.patch2
-rw-r--r--target/linux/generic-2.6/patches-2.6.27/975-crypto_kconfig_hacks.patch6
-rw-r--r--target/linux/olpc/Makefile2
-rw-r--r--target/linux/ppc40x/Makefile2
-rw-r--r--target/linux/ppc44x/Makefile2
-rw-r--r--target/linux/ps3/Makefile2
-rw-r--r--target/linux/x86/Makefile2
10 files changed, 12 insertions, 12 deletions
diff --git a/target/linux/au1000/Makefile b/target/linux/au1000/Makefile
index d8519d776..1ab9bc5cb 100644
--- a/target/linux/au1000/Makefile
+++ b/target/linux/au1000/Makefile
@@ -11,7 +11,7 @@ BOARD:=au1000
BOARDNAME:=RMI/AMD AU1x00
FEATURES:=jffs2 usb pci
-LINUX_VERSION:=2.6.27.8
+LINUX_VERSION:=2.6.27.9
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += yamonenv
diff --git a/target/linux/avr32/Makefile b/target/linux/avr32/Makefile
index ea46a321a..27766bea1 100644
--- a/target/linux/avr32/Makefile
+++ b/target/linux/avr32/Makefile
@@ -10,7 +10,7 @@ ARCH:=avr32
BOARD:=avr32
BOARDNAME:=Atmel AVR32
FEATURES:=squashfs
-LINUX_VERSION:=2.6.27.8
+LINUX_VERSION:=2.6.27.9
include $(INCLUDE_DIR)/target.mk
diff --git a/target/linux/brcm63xx/Makefile b/target/linux/brcm63xx/Makefile
index a68583330..ba4dc0c9e 100644
--- a/target/linux/brcm63xx/Makefile
+++ b/target/linux/brcm63xx/Makefile
@@ -10,7 +10,7 @@ ARCH:=mips
BOARD:=brcm63xx
BOARDNAME:=Broadcom BCM63xx
FEATURES:=squashfs jffs2 usb atm
-LINUX_VERSION:=2.6.27.8
+LINUX_VERSION:=2.6.27.9
include $(INCLUDE_DIR)/target.mk
diff --git a/target/linux/generic-2.6/patches-2.6.27/971-ocf_20080917.patch b/target/linux/generic-2.6/patches-2.6.27/971-ocf_20080917.patch
index cf870e231..c18eea40c 100644
--- a/target/linux/generic-2.6/patches-2.6.27/971-ocf_20080917.patch
+++ b/target/linux/generic-2.6/patches-2.6.27/971-ocf_20080917.patch
@@ -88,7 +88,7 @@
/*********************************************************************
--- a/fs/fcntl.c
+++ b/fs/fcntl.c
-@@ -139,6 +139,7 @@ asmlinkage long sys_dup(unsigned int fil
+@@ -140,6 +140,7 @@ asmlinkage long sys_dup(unsigned int fil
}
return ret;
}
diff --git a/target/linux/generic-2.6/patches-2.6.27/975-crypto_kconfig_hacks.patch b/target/linux/generic-2.6/patches-2.6.27/975-crypto_kconfig_hacks.patch
index ad85e43e5..ebf201b7b 100644
--- a/target/linux/generic-2.6/patches-2.6.27/975-crypto_kconfig_hacks.patch
+++ b/target/linux/generic-2.6/patches-2.6.27/975-crypto_kconfig_hacks.patch
@@ -1,6 +1,6 @@
---- a/crypto/Kconfig 2008-12-12 00:28:55.000000000 +0100
-+++ b/crypto/Kconfig 2008-12-12 00:29:33.000000000 +0100
-@@ -22,20 +22,20 @@
+--- a/crypto/Kconfig
++++ b/crypto/Kconfig
+@@ -22,20 +22,20 @@ if CRYPTO
comment "Crypto core or helper"
config CRYPTO_ALGAPI
diff --git a/target/linux/olpc/Makefile b/target/linux/olpc/Makefile
index 2860feb30..6e00f193f 100644
--- a/target/linux/olpc/Makefile
+++ b/target/linux/olpc/Makefile
@@ -11,7 +11,7 @@ BOARD:=olpc
BOARDNAME:=OLPC XO-1
FEATURES:=squashfs ext2
-LINUX_VERSION:=2.6.27.8
+LINUX_VERSION:=2.6.27.9
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci
diff --git a/target/linux/ppc40x/Makefile b/target/linux/ppc40x/Makefile
index 44a4af86f..f19864d18 100644
--- a/target/linux/ppc40x/Makefile
+++ b/target/linux/ppc40x/Makefile
@@ -11,7 +11,7 @@ BOARD:=ppc40x
BOARDNAME:=AMCC/IBM PPC40x
FEATURES:=squashfs
-LINUX_VERSION:=2.6.27.8
+LINUX_VERSION:=2.6.27.9
LINUX_KARCH:=powerpc
include $(INCLUDE_DIR)/target.mk
diff --git a/target/linux/ppc44x/Makefile b/target/linux/ppc44x/Makefile
index 1e5639735..c2dee41af 100644
--- a/target/linux/ppc44x/Makefile
+++ b/target/linux/ppc44x/Makefile
@@ -11,7 +11,7 @@ BOARD:=ppc44x
BOARDNAME:=AMCC/IBM PPC44x
FEATURES:=squashfs
-LINUX_VERSION:=2.6.27.8
+LINUX_VERSION:=2.6.27.9
LINUX_KARCH:=powerpc
include $(INCLUDE_DIR)/target.mk
diff --git a/target/linux/ps3/Makefile b/target/linux/ps3/Makefile
index 098fbd197..ebcc4a9cf 100644
--- a/target/linux/ps3/Makefile
+++ b/target/linux/ps3/Makefile
@@ -10,7 +10,7 @@ ARCH:=powerpc
BOARD:=ps3
BOARDNAME:=Sony PS3 Game Console
-LINUX_VERSION:=2.6.27.8
+LINUX_VERSION:=2.6.27.9
KERNEL_CC:=
diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile
index 30104153f..131bd37c6 100644
--- a/target/linux/x86/Makefile
+++ b/target/linux/x86/Makefile
@@ -12,7 +12,7 @@ BOARDNAME:=x86
FEATURES:=squashfs jffs2 ext2 vdi vmdk
SUBTARGETS=generic
-LINUX_VERSION:=2.6.27.8
+LINUX_VERSION:=2.6.27.9
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci