diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-19 09:17:38 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-19 09:17:38 +0000 |
commit | ed0f43f1e2ddc62fdc2e50edabc9f46236758a93 (patch) | |
tree | 20cbd4eb6be5a5477caa7565a165acd918347aa5 /target/linux/mvebu/Makefile | |
parent | 48bc2fbff3bcde1f7e848d04bac2216e5e3c016f (diff) | |
download | upstream-ed0f43f1e2ddc62fdc2e50edabc9f46236758a93.tar.gz upstream-ed0f43f1e2ddc62fdc2e50edabc9f46236758a93.tar.bz2 upstream-ed0f43f1e2ddc62fdc2e50edabc9f46236758a93.zip |
kernel: update linux 3.8-rcX to 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35672
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 3c22c8fc11..1c36ad79b4 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-rc6 +LINUX_VERSION:=3.8 include $(INCLUDE_DIR)/target.mk |