diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2013-11-07 09:27:52 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2013-11-07 09:27:52 +0000 |
commit | a7322ce3976e3be0454c5167bcfad72c56ff8996 (patch) | |
tree | 0d042542f6935f4030042c2ccb0251bc0b743a72 /target | |
parent | b2943192155ee094ecd42df11181c5fb55fc19e6 (diff) | |
download | upstream-a7322ce3976e3be0454c5167bcfad72c56ff8996.tar.gz upstream-a7322ce3976e3be0454c5167bcfad72c56ff8996.tar.bz2 upstream-a7322ce3976e3be0454c5167bcfad72c56ff8996.zip |
mark as broken (toolchain issues), bump kernel version
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38665
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/sparc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/sparc/Makefile b/target/linux/sparc/Makefile index 10a4c1b992..a50f5f879b 100644 --- a/target/linux/sparc/Makefile +++ b/target/linux/sparc/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010 OpenWrt.org +# Copyright (C) 2010-2013 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,9 +9,9 @@ include $(TOPDIR)/rules.mk ARCH:=sparc BOARD:=sparc BOARDNAME:=Sun UltraSPARC -FEATURES+=fpu tgz ext4 squashfs +FEATURES+=fpu tgz ext4 squashfs broken -LINUX_VERSION:=3.6.11 +LINUX_VERSION:=3.10.18 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> include $(INCLUDE_DIR)/target.mk |