diff options
| author | Zoltan HERPAI | 2025-05-26 17:16:46 +0000 |
|---|---|---|
| committer | Zoltan HERPAI | 2025-05-26 17:26:51 +0000 |
| commit | b69e6c35c515f2de579712685b9e498418df2758 (patch) | |
| tree | 7677b1db76f3704a392c144ee22fcfea7c648a4a | |
| parent | de2d34cf7aef4a822d6c2a50f82d0fe53932d506 (diff) | |
| download | openwrt-b69e6c35c515f2de579712685b9e498418df2758.tar.gz | |
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 <wigyori@uid0.hu>
| -rw-r--r-- | target/linux/d1/image/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/d1/image/Makefile b/target/linux/d1/image/Makefile index ea41e65c76..b5e64c0218 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 |