From 5fa0e32698056d474f8661e0f76b783a95630f67 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Fri, 21 Aug 2020 11:04:57 +0200 Subject: [PATCH] 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 --- 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 -- 2.30.2