diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2011-06-18 15:52:15 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2011-06-18 15:52:15 +0000 |
commit | 791f4d23e2d37a9c8e92a43e3634913d87562ea5 (patch) | |
tree | 53679ae64c8627c4a9b36830169469766f885452 /target/linux/mpc85xx/Makefile | |
parent | cbd8113c9faa614b939de66f476426d46c34f8d0 (diff) | |
download | upstream-791f4d23e2d37a9c8e92a43e3634913d87562ea5.tar.gz upstream-791f4d23e2d37a9c8e92a43e3634913d87562ea5.tar.bz2 upstream-791f4d23e2d37a9c8e92a43e3634913d87562ea5.zip |
kernel: update to kernel 2.6.38.8
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27218 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mpc85xx/Makefile')
-rw-r--r-- | target/linux/mpc85xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index a83103d6ac..3543438867 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -13,7 +13,7 @@ CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=8540 FEATURES:=spe_fpu ramdisk MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=2.6.38.6 +LINUX_VERSION:=2.6.38.8 include $(INCLUDE_DIR)/target.mk |