2010-12-14 15:57:22 +08:00
|
|
|
#
|
|
|
|
# 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
|
2012-11-17 00:32:52 +08:00
|
|
|
FEATURES+=fpu tgz jffs2 ext4 squashfs
|
2010-12-14 15:57:22 +08:00
|
|
|
|
2012-12-18 22:41:16 +08:00
|
|
|
LINUX_VERSION:=3.6.11
|
2010-12-14 15:58:24 +08:00
|
|
|
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
2010-12-14 15:57:22 +08:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|