add plemininary ultrasparc support
[openwrt.git] / target / linux / sparc / Makefile
diff --git a/target/linux/sparc/Makefile b/target/linux/sparc/Makefile
new file mode 100644 (file)
index 0000000..465bd57
--- /dev/null
@@ -0,0 +1,18 @@
+#
+# 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
+
+LINUX_VERSION:=2.6.36
+
+include $(INCLUDE_DIR)/target.mk
+
+$(eval $(call BuildTarget))
This page took 0.020738 seconds and 4 git commands to generate.