diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2010-05-23 13:16:51 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2010-05-23 13:16:51 +0000 |
commit | 0710ef015da0c48ededae7d46a21a19a2ec9c5dd (patch) | |
tree | 559b9e8687c0dd1cecb32a315453576048f680fd /target/linux/ppc44x | |
parent | 29bbf9fec815e5de4467ec7037495206ca79f5ef (diff) | |
download | upstream-0710ef015da0c48ededae7d46a21a19a2ec9c5dd.tar.gz upstream-0710ef015da0c48ededae7d46a21a19a2ec9c5dd.tar.bz2 upstream-0710ef015da0c48ededae7d46a21a19a2ec9c5dd.zip |
kernel: update kernel to version 2.6.32.13 and 2.6.33.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21540 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 aba9f432c1..2fa0da3ed4 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.12 +LINUX_VERSION:=2.6.32.13 include $(INCLUDE_DIR)/target.mk |