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/at91/Makefile | |
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/at91/Makefile')
-rw-r--r-- | target/linux/at91/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/at91/Makefile b/target/linux/at91/Makefile index 71b967c07d..3151fb88fd 100644 --- a/target/linux/at91/Makefile +++ b/target/linux/at91/Makefile @@ -14,7 +14,7 @@ FEATURES:=squashfs jffs2 targz ext2 usb CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s -fno-caller-saves SUBTARGETS:=9g20 9260 9263 -LINUX_VERSION:=3.3.2 +LINUX_VERSION:=3.3.3 DEVICE_TYPE= include $(INCLUDE_DIR)/target.mk |