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/orion/Makefile | |
parent | 3a21d902797a690fb2f9d4cc5f5d3443c82341a4 (diff) | |
download | master-187ad058-de002a7d39f15520b42d5f8f3d8dad1ca963e048.tar.gz master-187ad058-de002a7d39f15520b42d5f8f3d8dad1ca963e048.tar.bz2 master-187ad058-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/orion/Makefile')
-rw-r--r-- | target/linux/orion/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/orion/Makefile b/target/linux/orion/Makefile index 6227033847..8ab12cf627 100644 --- a/target/linux/orion/Makefile +++ b/target/linux/orion/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs SUBTARGETS=generic harddisk CFLAGS=-Os -pipe -march=armv5t -mtune=xscale -funit-at-a-time -LINUX_VERSION:=2.6.32.13 +LINUX_VERSION:=2.6.32.14 include $(INCLUDE_DIR)/target.mk |