@DocHardinger I see you are using the imagebuilder, sorry I assumed you were using the traditional build system, I don't use the docker image. All you should need to do is set the version your profile (<builder_home/profiles/default>) and then add the kmod, I use it myself. In your profile update the version to 23.05.3, and add the kmod to you package list: # Stable OpenWrt Release version (Needs change whenever new openwrt release is available) OPENWRT_VERSION="22.05.3" TARGET="ramips" SUBTARGET="mt76x8" IMAGE_BUILDER_PACKAGES=" onion-repo-keys omega2-base omega2-base-files omega2-base-passwd kmod-p44-ledchain " Then run these commands: bash ./onion_buildenv update_package_repos bash ./onion_buildenv build_firmware onion_omega2p