diff options
| author | Evan Lojewski <github@meklort.com> | 2020-11-08 12:33:07 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-08 12:33:07 -0700 |
| commit | 9e45d2fe541e46576585cae950dc1e3ef62fef4e (patch) | |
| tree | e870bda825ec6e28e2c32fcd9abc7c18cce1cd92 /utils | |
| parent | 3ae918c8115b0496b98a978ffe2a64bd2d078f64 (diff) | |
| download | bcm5719-ortega-9e45d2fe541e46576585cae950dc1e3ef62fef4e.tar.gz bcm5719-ortega-9e45d2fe541e46576585cae950dc1e3ef62fef4e.zip | |
bcmflash: Fix a regression that disabled the eth target. (#167)
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/bcmflash/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/bcmflash/main.cpp b/utils/bcmflash/main.cpp index cacf81e..3910697 100644 --- a/utils/bcmflash/main.cpp +++ b/utils/bcmflash/main.cpp @@ -96,7 +96,7 @@ storage_t gStorage[] = { .write = bcmflash_nvram_write, .size = bcmflash_nvram_size, }, -#ifdef ENDIANNESS_CONFIG_HAVE_LINUX_ETHTOOL_H +#ifdef CONFIG_HAVE_LINUX_ETHTOOL_H { .type = "eth", .type_help = "Use the specified network interface (tg3 driver must be loaded).", |

