1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 14:08:17 +02:00
openwrt/target/linux/sparc/Makefile
Florian Fainelli 5261a171e9 update to kernel 3.6.6
Signed-off-by: Florian Fainelli <florian@openwrt.org>

SVN-Revision: 34218
2012-11-16 16:32:49 +00:00

20 lines
403 B
Makefile

#
# Copyright (C) 2010 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
ARCH:=sparc
BOARD:=sparc
BOARDNAME:=Sun UltraSPARC
FEATURES+=fpu tgz broken jffs2 ext4 squashfs
LINUX_VERSION:=3.6.6
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
include $(INCLUDE_DIR)/target.mk
$(eval $(call BuildTarget))