Merge pull request #113 from balena-os/add_missing_bt_dep
linux-mainline: Add missing kernel module bluetooth dependency
This commit is contained in:
commit
c28bcf4b57
1 changed files with 3 additions and 0 deletions
|
@ -89,6 +89,9 @@ RESIN_CONFIGS[configfs] = " \
|
|||
"
|
||||
|
||||
RESIN_CONFIGS_append_nanopi-neo-air = " hciuart"
|
||||
RESIN_CONFIGS_DEPS[hciuart] = " \
|
||||
CONFIG_BT=m \
|
||||
"
|
||||
RESIN_CONFIGS[hciuart] = " \
|
||||
CONFIG_BT_HCIUART=m \
|
||||
CONFIG_BT_HCIUART_H4=y \
|
||||
|
|
Loading…
Add table
Reference in a new issue