Mercurial > hg > dhcpcd
changeset 5382:294dba04aa07 draft
Linux: support aarch64 for reading cpu info
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Mon, 22 Jun 2020 13:17:25 +0100 |
| parents | 5868487298fa |
| children | 5f88487cbf65 |
| files | src/if-linux.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/if-linux.c Mon Jun 22 13:08:25 2020 +0100 +++ b/src/if-linux.c Mon Jun 22 13:17:25 2020 +0100 @@ -156,7 +156,7 @@ static const char *mproc = #if defined(__alpha__) "system type" -#elif defined(__arm__) +#elif defined(__arm__) || defined(__aarch64__) "Hardware" #elif defined(__avr32__) "cpu family"
