diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-02-13 13:27:14 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-02-13 13:27:14 +0000 |
commit | 2aeabcb857e32494bdb8385a2fb5c8c529fe35be (patch) | |
tree | 7a8f6420d307615cbedc82fbc6ad2e498a5a1ca8 /target/linux/sunxi/Makefile | |
parent | 87573f9583f900bc82fe435ebbcff8dd72c88205 (diff) | |
download | master-187ad058-2aeabcb857e32494bdb8385a2fb5c8c529fe35be.tar.gz master-187ad058-2aeabcb857e32494bdb8385a2fb5c8c529fe35be.tar.bz2 master-187ad058-2aeabcb857e32494bdb8385a2fb5c8c529fe35be.zip |
upgrade 3.13 targets to 3.13.2, refresh patches
Signed-off-by: Imre Kaloz <kaloz@openwrt.org
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39582 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 e9401eb74c..a6f3fc59d3 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.13.1 +LINUX_VERSION:=3.13.2 KERNELNAME:="zImage dtbs" DEFAULT_PACKAGES += uboot-envtools uboot-sunxi kmod-eeprom-sunxi kmod-wdt-sunxi |