diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-08-21 11:04:57 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-08-21 11:46:14 +0200 |
commit | 5fa0e32698056d474f8661e0f76b783a95630f67 (patch) | |
tree | 363514bab723eabb37a3c705cb4b095447abdcd2 | |
parent | 3f07a06b3b1c88d41ac08b48ba83daeb9b1b65a3 (diff) | |
download | upstream-5fa0e32698056d474f8661e0f76b783a95630f67.tar.gz upstream-5fa0e32698056d474f8661e0f76b783a95630f67.tar.bz2 upstream-5fa0e32698056d474f8661e0f76b783a95630f67.zip |
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@hauke-m.de>
-rw-r--r-- | target/linux/pistachio/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |