[source] arc770: mark as source-only

LEDE Commits lede-commits at lists.infradead.org
Sat Oct 28 04:59:28 PDT 2017


dedeckeh pushed a commit to source.git, branch master:
https://git.lede-project.org/8b9cdebc9c533f3933874b6746829eb4bdbb7647

commit 8b9cdebc9c533f3933874b6746829eb4bdbb7647
Author: Hans Dedecker <dedeckeh at gmail.com>
AuthorDate: Sat Oct 28 13:42:28 2017 +0200

    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 <dedeckeh at gmail.com>
---
 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 15f598e..2ca59b5 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.



More information about the lede-commits mailing list