diff options
author | Mirko Vogt <mirko@openwrt.org> | 2009-06-04 17:05:06 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2009-06-04 17:05:06 +0000 |
commit | ca6d7afd3fe33095332b2f47c92b4ca43ae764ae (patch) | |
tree | 362c1e0db03b356279b0bda46b0d234f70fc58d9 | |
parent | 8d24c39b1bca4a5a8415ac315703d62b6a7bc630 (diff) | |
download | master-187ad058-ca6d7afd3fe33095332b2f47c92b4ca43ae764ae.tar.gz master-187ad058-ca6d7afd3fe33095332b2f47c92b4ca43ae764ae.tar.bz2 master-187ad058-ca6d7afd3fe33095332b2f47c92b4ca43ae764ae.zip |
switch back to 2.6.29 until some target specific bugs are fixed in 2.6.30
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16339 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 477fd9b00b..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.30-rc8 +LINUX_VERSION:=2.6.29 DEVICE_TYPE=phone |