diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-08-22 17:07:37 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-08-22 17:07:37 +0000 |
commit | 53fe275b46d02e08a2bd663ed59e61204a3d6b05 (patch) | |
tree | 37e0fea28a44d04ab9e38e3e7027f86e6e90725e /target/linux/malta/Makefile | |
parent | f812b42a7fdc4ff5c756726d51f8b68ac50b92f3 (diff) | |
download | upstream-53fe275b46d02e08a2bd663ed59e61204a3d6b05.tar.gz upstream-53fe275b46d02e08a2bd663ed59e61204a3d6b05.tar.bz2 upstream-53fe275b46d02e08a2bd663ed59e61204a3d6b05.zip |
[kernel] update to 2.6.32.20
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22766 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/malta/Makefile')
-rw-r--r-- | target/linux/malta/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile index 8981d18749..6383294445 100644 --- a/target/linux/malta/Makefile +++ b/target/linux/malta/Makefile @@ -12,7 +12,7 @@ CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time SUBTARGETS:=le be INITRAMFS_EXTRA_FILES:= -LINUX_VERSION:=2.6.32.16 +LINUX_VERSION:=2.6.32.20 include $(INCLUDE_DIR)/target.mk |