From: Zoltan HERPAI Date: Mon, 26 May 2025 17:16:46 +0000 (+0000) Subject: d1: improve Nezha D1 support X-Git-Tag: v25.12.0-rc1~2549 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b69e6c35c515f2de579712685b9e498418df2758;p=thirdparty%2Fopenwrt.git d1: improve Nezha D1 support The Nezha board has a PCF8574 that acts as an I/O expander on the i2c2 bus. Enable the required module for it. Signed-off-by: Zoltan HERPAI --- diff --git a/target/linux/d1/image/Makefile b/target/linux/d1/image/Makefile index ea41e65c760..b5e64c02183 100644 --- a/target/linux/d1/image/Makefile +++ b/target/linux/d1/image/Makefile @@ -87,6 +87,7 @@ define Device/allwinner_d1-nezha DEVICE_MODEL := D1 DEVICE_DTS := allwinner/sun20i-d1-nezha SUPPORTED_DEVICES += nezha + DEVICE_PACKAGES += kmod-gpio-pcf857x UBOOT := nezha endef TARGET_DEVICES += allwinner_d1-nezha