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/ar71xx | |
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/ar71xx')
-rw-r--r-- | target/linux/ar71xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile index cbccbb815a..901f97989f 100644 --- a/target/linux/ar71xx/Makefile +++ b/target/linux/ar71xx/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs jffs2 targz CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time SUBTARGETS:=generic nand -LINUX_VERSION:=2.6.32.13 +LINUX_VERSION:=2.6.32.14 include $(INCLUDE_DIR)/target.mk |