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