Skip to content

Commit

Permalink
configs: disable kmod-bluetooth_6lowpan temporarly for some targets
Browse files Browse the repository at this point in the history
on ipq40xx-generic, mvebu-cortexa9 this package causes build failues

```
Collected errors:
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-bluetooth_6lowpan:
 *      kmod-6lowpan
 * opkg_install_cmd: Cannot install package kmod-bluetooth_6lowpan.
```
  • Loading branch information
SvenRoederer committed Dec 9, 2019
1 parent 45652a6 commit 95ce16e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions configs/ipq40xx-generic.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
CONFIG_TARGET_ipq40xx=y
CONFIG_TARGET_ipq40xx_generic=y
CONFIG_PACKAGE_kmod-ath10k-ct=m
CONFIG_PACKAGE_kmod-bluetooth_6lowpan=n
1 change: 1 addition & 0 deletions configs/mvebu-cortexa9.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ CONFIG_PACKAGE_mwlwifi-firmware-88w8864=m
CONFIG_PACKAGE_mwlwifi-firmware-88w8964=m
CONFIG_PACKAGE_ath10k-firmware-qca988x=m
CONFIG_PACKAGE_ath10k-firmware-qca988x-ct=m
CONFIG_PACKAGE_kmod-bluetooth_6lowpan=n

0 comments on commit 95ce16e

Please sign in to comment.