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/ppc40x | |
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/ppc40x')
-rw-r--r-- | target/linux/ppc40x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ppc40x/Makefile b/target/linux/ppc40x/Makefile index 4a57f217ae..871c5b01b5 100644 --- a/target/linux/ppc40x/Makefile +++ b/target/linux/ppc40x/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=405 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=3.7.5 +LINUX_VERSION:=3.7.6 include $(INCLUDE_DIR)/target.mk |