diff options
| author | Paul Sokolovsky | 2017-08-19 11:55:18 +0300 |
|---|---|---|
| committer | Paul Sokolovsky | 2017-08-19 11:55:18 +0300 |
| commit | 394c5366758bf7b77174750007c020075e2507f4 (patch) | |
| tree | 4d37f5b31a27cb92ad60f3de0144d10620caf48c | |
| parent | 09b561f108965565986a17ded3c4b869ee09fc14 (diff) | |
zephyr/prj_96b_carbon.conf: Re-enable networking on Carbon.
The original issue leading to crash on startup if no default network
interface was presented, was resolved some time ago.
Note that this enables generic networking subsystem, not networking
on Carbon.
| -rw-r--r-- | zephyr/prj_96b_carbon.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/prj_96b_carbon.conf b/zephyr/prj_96b_carbon.conf index 3e41e2532..40b57e69c 100644 --- a/zephyr/prj_96b_carbon.conf +++ b/zephyr/prj_96b_carbon.conf @@ -1,2 +1,2 @@ # TODO: Enable networking -CONFIG_NETWORKING=n +CONFIG_NETWORKING=y |
