From e55708d0108666f66cb4e2f4b0332755dd82c261 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 c1da39e855..5431f9c977 100644 --- a/target/linux/pistachio/image/Makefile +++ b/target/linux/pistachio/image/Makefile @@ -29,7 +29,7 @@ define Device/marduk BLOCKSIZE := 256KiB PAGESIZE := 4KiB DEVICE_TITLE := Creator Ci40 - DEVICE_PACKAGES := kmod-tpm-i2c-infineon + DEVICE_PACKAGES := kmod-tpm-i2c-infineon kmod-ca8210 wpan-tools endef TARGET_DEVICES += marduk