diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2011-03-13 17:14:08 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2011-03-13 17:14:08 +0000 |
commit | 910545f3ebfd8e104082b7093613fdada2d0d07e (patch) | |
tree | 9abf34a6529ecbd2a89e444f480875e25ba76093 /target/linux/orion/Makefile | |
parent | cb96d8a00d470b67b83020b069ef45eb27f36709 (diff) | |
download | master-187ad058-910545f3ebfd8e104082b7093613fdada2d0d07e.tar.gz master-187ad058-910545f3ebfd8e104082b7093613fdada2d0d07e.tar.bz2 master-187ad058-910545f3ebfd8e104082b7093613fdada2d0d07e.zip |
kernel: update to kernel version 2.6.37.3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26126 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 a2dd84bb00..aeb47a4f11 100644 --- a/target/linux/orion/Makefile +++ b/target/linux/orion/Makefile @@ -13,7 +13,7 @@ SUBTARGETS:=generic harddisk CFLAGS=-Os -pipe -march=armv5t -mtune=xscale -funit-at-a-time MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=2.6.37.1 +LINUX_VERSION:=2.6.37.3 include $(INCLUDE_DIR)/target.mk |