diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-03-04 08:43:55 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-03-04 08:43:55 +0000 |
commit | a87a96da676863116f9459565ad0c424acf9a246 (patch) | |
tree | f332c02b43289f8512d926c7eb5f356737c2f246 /target/linux/mvebu/Makefile | |
parent | 6337803d65290e07a494d42af2c191059aa1930d (diff) | |
download | upstream-a87a96da676863116f9459565ad0c424acf9a246.tar.gz upstream-a87a96da676863116f9459565ad0c424acf9a246.tar.bz2 upstream-a87a96da676863116f9459565ad0c424acf9a246.zip |
kernel: update linux 3.8 to 3.8.2
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35868
Diffstat (limited to 'target/linux/mvebu/Makefile')
-rw-r--r-- | target/linux/mvebu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mvebu/Makefile b/target/linux/mvebu/Makefile index 37c72f8e46..16b52a7e17 100644 --- a/target/linux/mvebu/Makefile +++ b/target/linux/mvebu/Makefile @@ -13,7 +13,7 @@ FEATURES:=targz usb jffs2 pci pcie gpio CFLAGS:=-Os -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp MAINTAINER:=Florian Fainelli <florian@openwrt.org> -LINUX_VERSION:=3.8.1 +LINUX_VERSION:=3.8.2 include $(INCLUDE_DIR)/target.mk |