From: Hauke Mehrtens Date: Fri, 21 Aug 2020 09:04:57 +0000 (+0200) Subject: pistachio: Add kmod-ca8210 wpan-tools by default X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=5fa0e32698056d474f8661e0f76b783a95630f67;p=openwrt%2F.git 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 --- 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