[sparc]: mark as broken (toolchain issues), bump kernel version
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 7 Nov 2013 09:27:52 +0000 (09:27 +0000)
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 7 Nov 2013 09:27:52 +0000 (09:27 +0000)
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38665 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/sparc/Makefile

index 10a4c1b992dbcf56030fe50c434945d14175820d..a50f5f879b9ae2dfdbf9a4935083af4c65a28f63 100644 (file)
@@ -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