mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
0a5d74fa68
Currently arc770 sets a board name from compatible for no apparent
reason. Just use the compatible directly instead.
This theoretically removes a board name "generic" when no compatible
was present, however, there is no case where this "generic" board
name was actually used.
This also fixes an issue where snps,axs101 would not have been
properly detected anyway, as its case was not set up syntactically
correct.
Fixes:
|
||
---|---|---|
.. | ||
base-files/etc/board.d | ||
generic | ||
image | ||
patches-4.14 | ||
config-4.14 | ||
Makefile |