kernel: update 3.10 to 3.10.34
[openwrt/openwrt.git] / target / linux / sparc / Makefile
1 #
2 # Copyright (C) 2010-2013 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 include $(TOPDIR)/rules.mk
8
9 ARCH:=sparc
10 BOARD:=sparc
11 BOARDNAME:=Sun UltraSPARC
12 FEATURES+=fpu tgz ext4 squashfs broken
13
14 LINUX_VERSION:=3.10.34
15 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
16
17 include $(INCLUDE_DIR)/target.mk
18
19 $(eval $(call BuildTarget))