diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2013-12-14 17:37:14 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2013-12-14 17:37:14 +0000 |
commit | e504547e4c80f2a2963b69d1cfc7cd046f6253e6 (patch) | |
tree | a3206aa892ebe4f89781ca8a824aba978faebbee /target/linux/sunxi/Makefile | |
parent | a55649082a4cc02e85d3292a4077548c180c92dd (diff) | |
download | upstream-e504547e4c80f2a2963b69d1cfc7cd046f6253e6.tar.gz upstream-e504547e4c80f2a2963b69d1cfc7cd046f6253e6.tar.bz2 upstream-e504547e4c80f2a2963b69d1cfc7cd046f6253e6.zip |
upgrade 3.12 targets to 3.12.5
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39055
Diffstat (limited to 'target/linux/sunxi/Makefile')
-rw-r--r-- | target/linux/sunxi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/sunxi/Makefile b/target/linux/sunxi/Makefile index 658de40028..cd936dcf26 100644 --- a/target/linux/sunxi/Makefile +++ b/target/linux/sunxi/Makefile @@ -15,7 +15,7 @@ CPU_TYPE:=cortex-a8 CPU_SUBTYPE:=vfpv3 MAINTAINER:=Zoltan HERPAI <wigyori@uid0.hu> -LINUX_VERSION:=3.12 +LINUX_VERSION:=3.12.5 KERNELNAME:="zImage dtbs" DEFAULT_PACKAGES += uboot-envtools uboot-sunxi |