From 8b9cdebc9c533f3933874b6746829eb4bdbb7647 Mon Sep 17 00:00:00 2001 From: Hans Dedecker Date: Sat, 28 Oct 2017 13:42:28 +0200 Subject: [PATCH] arc770: mark as source-only Mark target arc770 as source-only as it has package compile issues (e.g. iproute2) due to the usage of uClibc. As a prerequisite to be included in future releases the arc770 target needs to switch either to glibc or musl. Signed-off-by: Hans Dedecker --- target/linux/arc770/generic/target.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/arc770/generic/target.mk b/target/linux/arc770/generic/target.mk index 15f598ee16..2ca59b579b 100644 --- a/target/linux/arc770/generic/target.mk +++ b/target/linux/arc770/generic/target.mk @@ -1,5 +1,5 @@ BOARDNAME:=Generic -FEATURES += ramdisk usb ext4 +FEATURES += ramdisk usb ext4 source-only define Target/Description Build firmware images for generic ARC 770D based boards.