kernel: makefiles: make use of new var KERNEL_PATCHVER
[openwrt/openwrt.git] / target / linux / sparc / Makefile
index 5dc94a3f8198bfec7405a79503e1cb94f1316fd0..13a5a05987a7dad050dca318c25e1c05db7dbc12 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 jffs2 ext4 squashfs
+FEATURES+=fpu tgz ext4 squashfs broken
 
-LINUX_VERSION:=3.6.6
+KERNEL_PATCHVER:=3.10
 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
 
 include $(INCLUDE_DIR)/target.mk