diff options
author | Mantas Pucka <mantas@8devices.com> | 2023-03-15 09:50:06 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-03-17 14:37:17 +0100 |
commit | d7ba312a1458f3ae5ea104fbc350cf4b26c81e8f (patch) | |
tree | e664ed298fc4c4e655de05323f8fa554b024175a /target/linux/ipq40xx | |
parent | fce0379d308adca5a331522d890e6c403e020f36 (diff) | |
download | upstream-d7ba312a1458f3ae5ea104fbc350cf4b26c81e8f.tar.gz upstream-d7ba312a1458f3ae5ea104fbc350cf4b26c81e8f.tar.bz2 upstream-d7ba312a1458f3ae5ea104fbc350cf4b26c81e8f.zip |
ipq40xx: update Crisis Innovation Lab MeshPoint.One BDF
Make sure it uses updated Jalapeno BDF inherited from
Device/8dev_jalapeno-common
Fixes: 146eb4925c7f ("ipq40xx: add support for Crisis Innovation Lab MeshPoint.One")
Signed-off-by: Mantas Pucka <mantas@8devices.com>
[ fix Fixes tag to correct format and fix commit title ]
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to 'target/linux/ipq40xx')
-rw-r--r-- | target/linux/ipq40xx/image/generic.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk index 4302f5ec22..68a45dbf9b 100644 --- a/target/linux/ipq40xx/image/generic.mk +++ b/target/linux/ipq40xx/image/generic.mk @@ -338,7 +338,7 @@ define Device/cilab_meshpoint-one $(call Device/8dev_jalapeno-common) DEVICE_VENDOR := Crisis Innovation Lab DEVICE_MODEL := MeshPoint.One - DEVICE_PACKAGES := kmod-i2c-gpio kmod-iio-bmp280-i2c kmod-hwmon-ina2xx kmod-rtc-pcf2127 + DEVICE_PACKAGES += kmod-i2c-gpio kmod-iio-bmp280-i2c kmod-hwmon-ina2xx kmod-rtc-pcf2127 endef # Missing DSA Setup #TARGET_DEVICES += cilab_meshpoint-one |