mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-27 01:11:14 +00:00
8b9cdebc9c
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@gmail.com>
9 lines
153 B
Makefile
9 lines
153 B
Makefile
BOARDNAME:=Generic
|
|
FEATURES += ramdisk usb ext4 source-only
|
|
|
|
define Target/Description
|
|
Build firmware images for generic ARC 770D based boards.
|
|
endef
|
|
|
|
|