diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-05-27 18:09:09 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-05-27 18:09:09 +0000 |
commit | de002a7d39f15520b42d5f8f3d8dad1ca963e048 (patch) | |
tree | a6318d816504f6a558c16133268edc6c748be806 /target/linux/etrax | |
parent | 3a21d902797a690fb2f9d4cc5f5d3443c82341a4 (diff) | |
download | upstream-de002a7d39f15520b42d5f8f3d8dad1ca963e048.tar.gz upstream-de002a7d39f15520b42d5f8f3d8dad1ca963e048.tar.bz2 upstream-de002a7d39f15520b42d5f8f3d8dad1ca963e048.zip |
update linux kernel to 2.6.32.14
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21583 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 6302945078..c174a7fa5b 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 -LINUX_VERSION:=2.6.32.13 +LINUX_VERSION:=2.6.32.14 DEVICE_TYPE= include $(INCLUDE_DIR)/target.mk |