From: Hans Dedecker Date: Sat, 28 Oct 2017 11:42:28 +0000 (+0200) Subject: arc770: mark as source-only X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8b9cdebc9c533f3933874b6746829eb4bdbb7647;p=librecmc%2Flibrecmc.git 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 --- 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.