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 | e74e289fa8a0858d73c48bf562a995fc3733c6bc (patch) | |
tree | cef0d0f261af767b6a96378f50375c5295d42bd3 /target/linux/ppc44x | |
parent | c75f28c31d8659762136c39e48496dbaf4180774 (diff) | |
download | upstream-e74e289fa8a0858d73c48bf562a995fc3733c6bc.tar.gz upstream-e74e289fa8a0858d73c48bf562a995fc3733c6bc.tar.bz2 upstream-e74e289fa8a0858d73c48bf562a995fc3733c6bc.zip |
update linux kernel to 2.6.32.14
SVN-Revision: 21583
Diffstat (limited to 'target/linux/ppc44x')
-rw-r--r-- | target/linux/ppc44x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ppc44x/Makefile b/target/linux/ppc44x/Makefile index 2fa0da3ed4..baa23dc54f 100644 --- a/target/linux/ppc44x/Makefile +++ b/target/linux/ppc44x/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=AMCC/IBM PPC44x FEATURES:=squashfs CFLAGS:=-Os -pipe -funit-at-a-time -mcpu=440 -LINUX_VERSION:=2.6.32.13 +LINUX_VERSION:=2.6.32.14 include $(INCLUDE_DIR)/target.mk |