diff options
author | Mirko Vogt <mirko@openwrt.org> | 2009-05-10 23:21:54 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2009-05-10 23:21:54 +0000 |
commit | 599564913e69ea848a0c50a9d59789e20a1bd462 (patch) | |
tree | c06a919d0550abbe65c8af467655f567f068978f /target/linux/s3c24xx/Makefile | |
parent | 37211157f6a68cace04ab28c1adfbd60a8144b0b (diff) | |
download | upstream-599564913e69ea848a0c50a9d59789e20a1bd462.tar.gz upstream-599564913e69ea848a0c50a9d59789e20a1bd462.tar.bz2 upstream-599564913e69ea848a0c50a9d59789e20a1bd462.zip |
add support for kernel 2.6.29 (rc3) by a patch based on the Openmoko patchset (git rev. f656a97d946a2529630c9770a72c10a24dc397f9) adjusted to work within the OpenWrt environment
SVN-Revision: 15764
Diffstat (limited to 'target/linux/s3c24xx/Makefile')
-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 c5a4a94509..33050cbbc6 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.28.10 +LINUX_VERSION:=2.6.29 DEVICE_TYPE=phone |