diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-04 10:02:56 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-04 10:02:56 +0000 |
commit | 08ff97672027a8d1fa148779c0fa06e154dd0a85 (patch) | |
tree | 192e36ae3d147122f2d6b79cd9f30db25eb4a1e9 /target/linux/ramips | |
parent | b20cb26ed78ffce64c436adbb0428c5edfaf38b4 (diff) | |
download | upstream-08ff97672027a8d1fa148779c0fa06e154dd0a85.tar.gz upstream-08ff97672027a8d1fa148779c0fa06e154dd0a85.tar.bz2 upstream-08ff97672027a8d1fa148779c0fa06e154dd0a85.zip |
kernel: update linux 3.7 to 3.7.6
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35476
Diffstat (limited to 'target/linux/ramips')
-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 9a5f8115ea..5d0a643703 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 -mno-branch-likely FEATURES:=squashfs -LINUX_VERSION:=3.7.5 +LINUX_VERSION:=3.7.6 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES+=\ |