diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-04-24 09:25:38 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-04-24 09:25:38 +0000 |
commit | 8fd383ae2e8a2d7669e7e5d6ed19a5ff90a8665c (patch) | |
tree | f917b89af9cb73a0cfea42ca8678e3f397e42010 /target/linux/ar71xx | |
parent | 22b4e6b88233c72606942bb23881f97fc5548392 (diff) | |
download | upstream-8fd383ae2e8a2d7669e7e5d6ed19a5ff90a8665c.tar.gz upstream-8fd383ae2e8a2d7669e7e5d6ed19a5ff90a8665c.tar.bz2 upstream-8fd383ae2e8a2d7669e7e5d6ed19a5ff90a8665c.zip |
kernel: update linux 3.3 to 3.3.3
SVN-Revision: 31460
Diffstat (limited to 'target/linux/ar71xx')
-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 ae7fe1cd62..c7eb8e2dff 100644 --- a/target/linux/ar71xx/Makefile +++ b/target/linux/ar71xx/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs jffs2 targz CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves SUBTARGETS:=generic nand -LINUX_VERSION:=3.3.2 +LINUX_VERSION:=3.3.3 include $(INCLUDE_DIR)/target.mk |