From fcb29171bc9a3a80c2685ef23ba6552abef04bbb Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sat, 22 Jan 2022 19:57:49 +0100 Subject: arc770: Remove arc770 target The arc700 target is not booting up since some time, see here: https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/issues/400 It looks like there is a problem in the toolchain when using glibc. Currently no one is working on fixing this problem, remove the target instead. This target also does not have many users we are aware of. If someone wants to have this target back, feel free to add a fixed version of this target again. Signed-off-by: Hauke Mehrtens Acked-by: Adrian Schmutzler Acked-by: Stijn Tintel --- target/linux/arc770/generic/profiles/00-default.mk | 13 ------------- target/linux/arc770/generic/target.mk | 8 -------- 2 files changed, 21 deletions(-) delete mode 100644 target/linux/arc770/generic/profiles/00-default.mk delete mode 100644 target/linux/arc770/generic/target.mk (limited to 'target/linux/arc770/generic') diff --git a/target/linux/arc770/generic/profiles/00-default.mk b/target/linux/arc770/generic/profiles/00-default.mk deleted file mode 100644 index 02404305d4..0000000000 --- a/target/linux/arc770/generic/profiles/00-default.mk +++ /dev/null @@ -1,13 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0-only -# -# Copyright (C) 2015 OpenWrt.org - -define Profile/Default - NAME:=Default Profile (all drivers) - PACKAGES:= kmod-usb-ohci kmod-usb2 kmod-ath9k-htc wpad-basic-wolfssl -endef - -define Profile/Default/Description - Default package set compatible with most boards. -endef -$(eval $(call Profile,Default)) diff --git a/target/linux/arc770/generic/target.mk b/target/linux/arc770/generic/target.mk deleted file mode 100644 index 5a7595d65a..0000000000 --- a/target/linux/arc770/generic/target.mk +++ /dev/null @@ -1,8 +0,0 @@ -BOARDNAME:=Generic -FEATURES += ramdisk usb ext4 - -define Target/Description - Build firmware images for generic ARC 770D based boards. -endef - - -- cgit v1.2.3