diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-09-09 07:35:06 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-09-09 07:35:06 +0000 |
commit | 3ce53b8d9286d6ab636413358389c9d13d0976c0 (patch) | |
tree | 0248e692b843ddc64e1fc80ccb806f1fbd3be5e7 /target/linux/s3c24xx | |
parent | 43d0be69d72055b7cabf4fd159de19cf7a8e2365 (diff) | |
download | upstream-3ce53b8d9286d6ab636413358389c9d13d0976c0.tar.gz upstream-3ce53b8d9286d6ab636413358389c9d13d0976c0.tar.bz2 upstream-3ce53b8d9286d6ab636413358389c9d13d0976c0.zip |
update to 2.6.30.6, compile tested on some targets only
SVN-Revision: 17549
Diffstat (limited to 'target/linux/s3c24xx')
-rw-r--r-- | target/linux/s3c24xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/s3c24xx/Makefile b/target/linux/s3c24xx/Makefile index 9b71e55ff4..03eb5c1c93 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.5 +LINUX_VERSION:=2.6.30.6 DEVICE_TYPE=phone |