From 3c0b75246578486168c747646c4cbe8693a849a9 Mon Sep 17 00:00:00 2001 From: Lee Miller Date: Fri, 24 Feb 2023 06:15:15 +0200 Subject: [PATCH] Add kmod-i2c-mux to PACKAGES --- .buildbot/openwrt/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildbot/openwrt/build.sh b/.buildbot/openwrt/build.sh index 5482aa3..cad08b0 100755 --- a/.buildbot/openwrt/build.sh +++ b/.buildbot/openwrt/build.sh @@ -55,7 +55,7 @@ echo "CONFIG_TARGET_ROOTFS_PARTSIZE=308" >> .config # Disable ext4 images echo "CONFIG_TARGET_ROOTFS_EXT4FS=n" >> .config -PACKAGES="kmod-i2c-bcm2835 kmod-nf-nathelper-extra \ +PACKAGES="kmod-i2c-bcm2835 kmod-i2c-mux kmod-nf-nathelper-extra \ kmod-rtc-ds1307 kmod-rtc-pcf8563 \ kmod-usb-audio kmod-usb-net-rtl8152 \ alsa-lib pciutils usbutils \