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/ramips/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/ramips/Makefile')
-rw-r--r-- | target/linux/ramips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index 3630c78f16..9c2c3a0435 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -13,7 +13,7 @@ SUBTARGETS:=rt288x rt305x rt3883 CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves FEATURES:=squashfs -LINUX_VERSION:=3.3.2 +LINUX_VERSION:=3.3.3 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES+=\ |