manifest: Update hostap to fix build error
Fix build error of undefined reference to 'inet_aton' in hostap/src/utils/ip_addr.c Signed-off-by: Maochen Wang <maochen.wang@nxp.com>
This commit is contained in:
parent
d916d7287d
commit
244958c9f4
1 changed files with 1 additions and 1 deletions
2
west.yml
2
west.yml
|
|
@ -259,7 +259,7 @@ manifest:
|
||||||
- hal
|
- hal
|
||||||
- name: hostap
|
- name: hostap
|
||||||
path: modules/lib/hostap
|
path: modules/lib/hostap
|
||||||
revision: 0fd0276b5b65de4d2f7cd0552789a74d3a129441
|
revision: 7c32520564908e1220976b6c185dec296b6d4a80
|
||||||
- name: libmetal
|
- name: libmetal
|
||||||
revision: a6851ba6dba8c9e87d00c42f171a822f7a29639b
|
revision: a6851ba6dba8c9e87d00c42f171a822f7a29639b
|
||||||
path: modules/hal/libmetal
|
path: modules/hal/libmetal
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue