diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-04-14 09:25:53 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-04-14 09:25:53 +0000 |
commit | 604395650ae3ca2c4eda4dbe6f9e4743e041f53f (patch) | |
tree | be5edf58993c0eac92478a78899054fcd409dcc6 /target/linux/ppc44x | |
parent | 68c54dc34fdc58b65f346fdded8ca40f7f656f5e (diff) | |
download | upstream-604395650ae3ca2c4eda4dbe6f9e4743e041f53f.tar.gz upstream-604395650ae3ca2c4eda4dbe6f9e4743e041f53f.tar.bz2 upstream-604395650ae3ca2c4eda4dbe6f9e4743e041f53f.zip |
kernel: update linux 3.8 to 3.8.7
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36332
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 53c99e387f..10c9f75f87 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.8.6 +LINUX_VERSION:=3.8.7 include $(INCLUDE_DIR)/target.mk |