diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-01-24 17:08:37 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-01-24 17:08:37 +0000 |
commit | 15be1c9ee781794e7c9412473adac2e9c87fa2ad (patch) | |
tree | 33ebb9e7a617739ffc1446c0cdc3dd8e432e46e1 /target/linux/ppc40x/Makefile | |
parent | 680f4608614e74739b3c6c5284000c511f11ffa8 (diff) | |
download | upstream-15be1c9ee781794e7c9412473adac2e9c87fa2ad.tar.gz upstream-15be1c9ee781794e7c9412473adac2e9c87fa2ad.tar.bz2 upstream-15be1c9ee781794e7c9412473adac2e9c87fa2ad.zip |
kernel: update linux 3.7 to 3.7.4
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35318
Diffstat (limited to 'target/linux/ppc40x/Makefile')
-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 36c10b3156..675681fe22 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.3 +LINUX_VERSION:=3.7.4 include $(INCLUDE_DIR)/target.mk |