Imagebuilder with wpad-openssl fails

I'm trying to build an image for an Asus AX1800 but I'd like to use wpad-openssl instead of wpad-basic-wolfssl.

This is the imagebuilder I'm using:
https://downloads.openwrt.org/releases/22.03.4/targets/ramips/mt7621/openwrt-imagebuilder-22.03.4-ramips-mt7621.Linux-x86_64.tar.xz

This is the command line I'm building with:

make image PACKAGES="hostapd-common wpad-openssl luci luci-base acme acme-dnsapi luci-app-acme vim python3 screen zabbix-agentd restic openssh-client-utils shadow-usermod wireguard-tools kmod-wireguard luci-app-wireguard luci-proto-w
ireguard -wpad-basic-wolfssl -vim-fuller" FILES="files"

And this is the error:

16633112 bytes (17 MB, 16 MiB) copied, 0.0247566 s, 672 MB/s
padding image to 01276000
padding image to 01278000
padding image to 01280000
bash: line 1: 8: Bad file descriptor
Failed to open firmware file
sha256sum: /home/jochen/openwrt_imagebuilder/openwrt-imagebuilder-22.03.4-ramips-mt7621.Linux-x86_64/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7621/tmp/openwrt-22.03.4-ramips-mt7621-adslr_g7-squashfs-sysupgrade.bin: No such file o
r directory
cp: cannot stat '/home/jochen/openwrt_imagebuilder/openwrt-imagebuilder-22.03.4-ramips-mt7621.Linux-x86_64/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7621/tmp/openwrt-22.03.4-ramips-mt7621-adslr_g7-squashfs-sysupgrade.bin': No such
 file or directory
Skip JSON creation for non existing file /home/jochen/openwrt_imagebuilder/openwrt-imagebuilder-22.03.4-ramips-mt7621.Linux-x86_64/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7621/tmp/openwrt-22.03.4-ramips-mt7621-adslr_g7-squashfs-
sysupgrade.bin
JSON info file script could not find any JSON files for target

I'm using wpad-openssl because I'd like to have wpa3 support builtin, which is not possible with wolfssl IIRC.

You image is too big.
Anyways try using wpad-wolfssl instead of wpad-openssl. You’ll save some space on that since 22.03 packages defaults to wolfssl.

1 Like

Or try master with mbedTLS.

I don't know what happened but suddenly it's building without changing a thing.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.