diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-07-05 16:52:15 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-07-05 16:52:15 +0000 |
commit | 492ba57b565e00a1febfb2c584dfdadb8a76f302 (patch) | |
tree | b395dc3a17c90f3211bfd9fafcd8bb744f12078f /target/linux/etrax | |
parent | c41725ae68306e23a6ff280ad904acb5fbe54770 (diff) | |
download | upstream-492ba57b565e00a1febfb2c584dfdadb8a76f302.tar.gz upstream-492ba57b565e00a1febfb2c584dfdadb8a76f302.tar.bz2 upstream-492ba57b565e00a1febfb2c584dfdadb8a76f302.zip |
update targets to 2.6.25.10
SVN-Revision: 11667
Diffstat (limited to 'target/linux/etrax')
-rw-r--r-- | target/linux/etrax/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/etrax/Makefile b/target/linux/etrax/Makefile index 38622901af..9c125b0972 100644 --- a/target/linux/etrax/Makefile +++ b/target/linux/etrax/Makefile @@ -10,7 +10,7 @@ ARCH:=cris BOARD:=etrax BOARDNAME:=Foxboard (ETRAX 100LX) FEATURES:=squashfs jffs2 broken -LINUX_VERSION:=2.6.25.9 +LINUX_VERSION:=2.6.25.10 include $(INCLUDE_DIR)/target.mk |