diff options
author | Evgeniy Didin <Evgeniy.Didin@synopsys.com> | 2018-05-21 16:55:30 +0300 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-05-22 07:20:26 +0200 |
commit | a2418dba0214318f4ef22c5bd3f9204d0f092253 (patch) | |
tree | afdb8d014b2ef6e15633b54d89ff73b3f303b615 /target/linux/arc770/generic | |
parent | 83e926270361ca2cc7c773282bb1b57a5e67588f (diff) | |
download | upstream-a2418dba0214318f4ef22c5bd3f9204d0f092253.tar.gz upstream-a2418dba0214318f4ef22c5bd3f9204d0f092253.tar.bz2 upstream-a2418dba0214318f4ef22c5bd3f9204d0f092253.zip |
arc770: remove source-only
In commit 8b9cdebc9c53 ("arc770: mark as source-only") arc770 was marked
as source-only because of iproute2 compile issues.
With uClibc-ng version 1.0.30 issues with iproute2 were fixed.
Lets remove "source-only" for arc770 as soon as uClibc-ng version
will be updated to 1.0.30. Patch for uClibc-ng is here:
https://patchwork.ozlabs.org/patch/917547/
Signed-off-by: Evgeniy Didin <Evgeniy.Didin@synopsys.com>
Cc: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Hauke Mehrtens <hauke@hauke-m.de>
Cc: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/arc770/generic')
-rw-r--r-- | target/linux/arc770/generic/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/arc770/generic/target.mk b/target/linux/arc770/generic/target.mk index 2ca59b579b..5a7595d65a 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 source-only +FEATURES += ramdisk usb ext4 define Target/Description Build firmware images for generic ARC 770D based boards. |