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.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff34b6cb93eb294726a18a3bf787f95be511d43d;p=thirdparty%2Fopenwrt.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 Signed-off-by: maurerr --- diff --git a/target/linux/pistachio/image/Makefile b/target/linux/pistachio/image/Makefile index 61f5c552375..564bda1acb6 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