diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2015-03-26 19:46:01 +0000 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2015-03-26 19:46:01 +0000 |
commit | f994693546274d3c690c89a736665f20c66f47f4 (patch) | |
tree | 2e42deb727546b00cedeb995145156416ce14cf9 /target/linux/xburst/Makefile | |
parent | ef1773c07cf4f388187e7bfb911665b9a5f3dc08 (diff) | |
download | upstream-f994693546274d3c690c89a736665f20c66f47f4.tar.gz upstream-f994693546274d3c690c89a736665f20c66f47f4.tar.bz2 upstream-f994693546274d3c690c89a736665f20c66f47f4.zip |
xburst: Update to 3.18
Update the xburst target to kernel version 3.18 and also remove the broken 3.10 support.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45031 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/xburst/Makefile')
-rw-r--r-- | target/linux/xburst/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/xburst/Makefile b/target/linux/xburst/Makefile index fe4143da05..258a743643 100644 --- a/target/linux/xburst/Makefile +++ b/target/linux/xburst/Makefile @@ -9,10 +9,10 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=xburst BOARDNAME:=Ingenic XBurst -FEATURES:=targz nand ubifs audio broken +FEATURES:=targz nand ubifs audio SUBTARGETS:=qi_lb60 -KERNEL_PATCHVER:=3.10 +KERNEL_PATCHVER:=3.18 DEVICE_TYPE=other |