diff options
author | mirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-06-04 17:05:06 +0000 |
---|---|---|
committer | mirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-06-04 17:05:06 +0000 |
commit | 854b320a50afe9b7654ae0ce7ac0a36f78e90f73 (patch) | |
tree | 362c1e0db03b356279b0bda46b0d234f70fc58d9 /target | |
parent | 40faa2b2ed5f66f91d8ee98855e4bb8079671c01 (diff) |
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
Diffstat (limited to 'target')
-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 477fd9b00..33050cbbc 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 |