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 | 281a545b076d2d956b64fb08b5f4a56648a1a9c0 (patch) | |
tree | f09bd5bf12ef5fb595d8b33351399b38947af701 /target/linux/ppc40x/Makefile | |
parent | 5520ed39bf434f53c6b47194f9907432a6daf97a (diff) | |
download | upstream-281a545b076d2d956b64fb08b5f4a56648a1a9c0.tar.gz upstream-281a545b076d2d956b64fb08b5f4a56648a1a9c0.tar.bz2 upstream-281a545b076d2d956b64fb08b5f4a56648a1a9c0.zip |
kernel: update linux 3.3 to 3.3.3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31460 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 88a55a4c22..3c3bc09f6a 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.3.2 +LINUX_VERSION:=3.3.3 include $(INCLUDE_DIR)/target.mk |