diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-01-11 09:16:40 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-01-11 09:16:40 +0000 |
commit | 3a5236bfbea4bd3f041620df55be026975fd5e60 (patch) | |
tree | 48a78bd4de985b78d94004f27e28cb3fedde7075 /target/linux | |
parent | 0ab559a23e27f18ef8fbe5d18d0b6971c7f8d6a9 (diff) |
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')
-rw-r--r-- | target/linux/omap35xx/Makefile | 2 | ||||
-rw-r--r-- | target/linux/xburst/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/omap35xx/Makefile b/target/linux/omap35xx/Makefile index 248788776..2ccfc1ac2 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 diff --git a/target/linux/xburst/Makefile b/target/linux/xburst/Makefile index 7043be021..61b42af88 100644 --- a/target/linux/xburst/Makefile +++ b/target/linux/xburst/Makefile @@ -11,7 +11,7 @@ BOARD:=xburst BOARDNAME:=XBurst JZ47x0 FEATURES:=jffs2 tgz ubifs -LINUX_VERSION:=2.6.32 +LINUX_VERSION:=2.6.32.3 DEVICE_TYPE=other |