mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 06:57:57 +00:00
2c9e3736f4
In commit8b9cdebc9c
("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> (cherry picked from commita2418dba02
)
9 lines
142 B
Makefile
9 lines
142 B
Makefile
BOARDNAME:=Generic
|
|
FEATURES += ramdisk usb ext4
|
|
|
|
define Target/Description
|
|
Build firmware images for generic ARC 770D based boards.
|
|
endef
|
|
|
|
|