diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-10-01 10:07:32 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-10-01 10:07:32 +0000 |
commit | 5a3991bd1a491d6fca3273c1ef72b54cdfd0661d (patch) | |
tree | 8156c94dfbaf686c6f4d07abf0a898ddc3c3d51c /target/linux/s3c24xx | |
parent | 2b43a77babbe2071df374f67799679bce8216904 (diff) | |
download | upstream-5a3991bd1a491d6fca3273c1ef72b54cdfd0661d.tar.gz upstream-5a3991bd1a491d6fca3273c1ef72b54cdfd0661d.tar.bz2 upstream-5a3991bd1a491d6fca3273c1ef72b54cdfd0661d.zip |
kernel: upgrade to 2.6.30.8 and refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17804 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/s3c24xx')
-rw-r--r-- | target/linux/s3c24xx/Makefile | 2 | ||||
-rw-r--r-- | target/linux/s3c24xx/patches-2.6.30/150-ignore-init-argument.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/s3c24xx/Makefile b/target/linux/s3c24xx/Makefile index 456fe64072..506aa20d92 100644 --- a/target/linux/s3c24xx/Makefile +++ b/target/linux/s3c24xx/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=Samsung S3C24xx FEATURES:=jffs2 CFLAGS:=-O2 -pipe -march=armv4t -mtune=arm920t -funit-at-a-time -LINUX_VERSION:=2.6.30.7 +LINUX_VERSION:=2.6.30.8 DEVICE_TYPE=phone diff --git a/target/linux/s3c24xx/patches-2.6.30/150-ignore-init-argument.patch b/target/linux/s3c24xx/patches-2.6.30/150-ignore-init-argument.patch index 0150823241..5bdbfad666 100644 --- a/target/linux/s3c24xx/patches-2.6.30/150-ignore-init-argument.patch +++ b/target/linux/s3c24xx/patches-2.6.30/150-ignore-init-argument.patch @@ -1,6 +1,6 @@ --- a/init/main.c +++ b/init/main.c -@@ -830,11 +830,11 @@ static noinline int init_post(void) +@@ -831,11 +831,11 @@ static noinline int init_post(void) * The Bourne shell can be used instead of init if we are * trying to recover a really broken machine. */ |