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 | ad558af26dfb2d5e65a601e20ab1acc7812e63be (patch) | |
tree | 0f743da796a58088683239e10c15af0fdaebf73c /target/linux/xburst/Makefile | |
parent | 58301cdeb8cb81acb213726407f0b1da20ad466f (diff) | |
download | upstream-ad558af26dfb2d5e65a601e20ab1acc7812e63be.tar.gz upstream-ad558af26dfb2d5e65a601e20ab1acc7812e63be.tar.bz2 upstream-ad558af26dfb2d5e65a601e20ab1acc7812e63be.zip |
targets using 2.6.32 should use the latest release
SVN-Revision: 19101
Diffstat (limited to 'target/linux/xburst/Makefile')
-rw-r--r-- | target/linux/xburst/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/xburst/Makefile b/target/linux/xburst/Makefile index 7043be021c..61b42af88a 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 |