1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-04 18:21:52 +02:00
openwrt/target/linux/sibyte/Makefile

23 lines
435 B
Makefile
Raw Normal View History

#
# Copyright (C) 2006-2009 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
2006-06-15 23:43:59 +02:00
include $(TOPDIR)/rules.mk
ARCH:=mips
BOARD:=sibyte
BOARDNAME:=Broadcom/SiByte SB-1
FEATURES:=broken
2009-02-19 17:11:07 +01:00
LINUX_VERSION:=2.6.28.6
include $(INCLUDE_DIR)/target.mk
define Target/Description
Build firmware images for Broadcom/SiByte SB-1 boards
endef
$(eval $(call BuildTarget))