diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2010-02-28 10:16:47 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2010-02-28 10:16:47 +0000 |
commit | 10bdcf0917745777139f1f3195d38eb6ffe8c9b4 (patch) | |
tree | b19f2748f0a424503512fdc031b655bdf3f1530b /target/linux/ar71xx/Makefile | |
parent | d09203944800f5dceb9bede44f9a7b1efd873828 (diff) | |
download | upstream-10bdcf0917745777139f1f3195d38eb6ffe8c9b4.tar.gz upstream-10bdcf0917745777139f1f3195d38eb6ffe8c9b4.tar.bz2 upstream-10bdcf0917745777139f1f3195d38eb6ffe8c9b4.zip |
kernel: update to kernel 2.6.32.9
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19890 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/Makefile')
-rw-r--r-- | target/linux/ar71xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile index fe5af4b623..ab1dab582a 100644 --- a/target/linux/ar71xx/Makefile +++ b/target/linux/ar71xx/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=Atheros AR71xx/AR7240/AR913x FEATURES:=squashfs jffs2 tgz CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time -LINUX_VERSION:=2.6.32.8 +LINUX_VERSION:=2.6.32.9 include $(INCLUDE_DIR)/target.mk |