commit | bb86f8b967b2a7277379b87f8959c7ddd11c8402 | [log] [tgz] |
---|---|---|
author | Florian Grandel <jerico.dev@gmail.com> | Fri Aug 05 01:05:20 2022 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Aug 05 15:04:37 2022 +0200 |
tree | 9eb112d9b259b24f88e6e092f07b108cca2eaeac | |
parent | d7727b9415d220d7147ddbca3bd73ad7cadadae9 [diff] |
net: ip: build IEEE 802.15.4 L2 without IP support While a previous change had already decoupled the IEEE 802.15.4 L2 from IP upper layers, this only worked when at least one other interface of the device supported IP. This change removes this requirement and thereby fixes a build error that occurred when disabling IP support while maintaining IEEE 802.15.4 L2 support. Fixes: #48718 Signed-off-by: Florian Grandel <jerico.dev@gmail.com>