commit | 34803205ebb4a049fd8c3e3f885ba440a9fb585e | [log] [tgz] |
---|---|---|
author | Ignacio Zamora <nachopitt@gmail.com> | Sat Oct 08 09:50:56 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 12 11:11:19 2022 -0400 |
tree | b1e77cc0a5431215a083cdc323a2c0dd960172ff | |
parent | fa1f99a521d2e5fd6fd4c8ecf5ffd24ecafcf75b [diff] |
Fix typo in CONFIG_USBNET_DEVADDR Fix typo that was caused by the same feature being split in to 2 different configuration options. Replace CONFIG_USBNET_DEVADDR with CONFIG_USBNET_DEV_ADDR Signed-off-by: Ignacio Zamora <nachopitt@gmail.com>