[openwrt/openwrt] pistachio: Add kmod-ca8210 wpan-tools by default
LEDE Commits
lede-commits at lists.infradead.org
Fri Aug 21 08:59:53 EDT 2020
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/5fa0e32698056d474f8661e0f76b783a95630f67
commit 5fa0e32698056d474f8661e0f76b783a95630f67
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Fri Aug 21 11:04:57 2020 +0200
pistachio: Add kmod-ca8210 wpan-tools by default
A ca8210 chip is soldered onto the board, add the driver by default.
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
target/linux/pistachio/image/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/pistachio/image/Makefile b/target/linux/pistachio/image/Makefile
index 61f5c55237..564bda1acb 100644
--- a/target/linux/pistachio/image/Makefile
+++ b/target/linux/pistachio/image/Makefile
@@ -32,7 +32,7 @@ define Device/marduk
DEVICE_DTS := img/pistachio_marduk
BLOCKSIZE := 256KiB
PAGESIZE := 4KiB
- DEVICE_PACKAGES := kmod-tpm-i2c-infineon
+ DEVICE_PACKAGES := kmod-tpm-i2c-infineon kmod-ca8210 wpan-tools
endef
TARGET_DEVICES += marduk
More information about the lede-commits
mailing list