openwrtv3/target/linux/ppc44x/Makefile
Felix Fietkau 06c76e41d7 ppc44x: mark as broken
This target has consistently failed builds for a long time and it does
not look like it has any users left, nor any maintainers.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2017-01-10 12:49:34 +01:00

26 lines
534 B
Makefile

#
# Copyright (C) 2007-2015 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
ARCH:=powerpc
BOARD:=ppc44x
BOARDNAME:=AMCC/IBM PPC44x
FEATURES:=squashfs broken
CPU_TYPE:=440
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
KERNEL_PATCHVER:=3.18
define Target/Description
Build firmware images for AMCC/IBM PPC44x based boards.
endef
include $(INCLUDE_DIR)/target.mk
KERNELNAME:=uImage cuImage.taishan
$(eval $(call BuildTarget))