diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-01-11 09:16:40 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-01-11 09:16:40 +0000 |
commit | 3d97465e45f2d412008e1a57c5ffedcb0a6ef171 (patch) | |
tree | 48a78bd4de985b78d94004f27e28cb3fedde7075 /target/linux/omap35xx | |
parent | c3b413157447e4be4750a6eef8d3a3f8d812c8ce (diff) | |
download | master-187ad058-3d97465e45f2d412008e1a57c5ffedcb0a6ef171.tar.gz master-187ad058-3d97465e45f2d412008e1a57c5ffedcb0a6ef171.tar.bz2 master-187ad058-3d97465e45f2d412008e1a57c5ffedcb0a6ef171.zip |
targets using 2.6.32 should use the latest release
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19101 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/omap35xx')
-rw-r--r-- | target/linux/omap35xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/omap35xx/Makefile b/target/linux/omap35xx/Makefile index 2487887767..2ccfc1ac2f 100644 --- a/target/linux/omap35xx/Makefile +++ b/target/linux/omap35xx/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=TI OMAP35xx FEATURES:=broken SUBTARGETS=generic -LINUX_VERSION:=2.6.32-rc5 +LINUX_VERSION:=2.6.32.3 KERNELNAME:="uImage" DEVICE_TYPE=developerboard |