On the firmware selector page, I am trying to build a custom firmware for Netgear R8000 with a few additional packages on top of the "base" packages. However, the build fails (std err below).
FWIW - I am able to build a custom firmware with the same package list for other devices like Netgear R7450 and BananaPi BPI-R3.
I would appreciate suggestions on how to fix the build error.
Thanks so much.
Listing of packages and the std err from build request.
<pkg_list>
base-files bcm4908img busybox ca-bundle dnsmasq dropbear fdt-utils firewall4 fstools kmod-gpio-button-hotplug kmod-nft-offload kmod-usb-ledtrig-usbport kmod-usb-ohci kmod-usb2 kmod-usb3 libc libgcc libustream-mbedtls logd mtd netifd nftables odhcp6c odhcpd-ipv6only opkg ppp ppp-mod-pppoe procd procd-seccomp procd-ujail uboot-envtools uci uclient-fetch urandom-seed urngd luci -dnsmasq adguardhome adblock-fast bind-dig block-mount bwm-ng diffutils dnsmasq-full dnstop dosfstools ethtool-full exfat-fsck exfat-mkfs file findutils-locate htop httping https-dns-proxy hwinfo iftop iperf3 ipset kmod-fs-exfat kmod-fs-vfat kmod-usb-storage-uas kmod-usb3 kmod-usb-net lsblk luci-app-adblock-fast luci-app-firewall luci-app-hd-idle luci-app-https-dns-proxy luci-app-minidlna luci-app-watchcat luci-light luci-mod-admin-full luci-ssl luci-theme-openwrt-2020 minidlna nmap-full rsync tcpdump terminfo tmux usbutils watchcat luci-app-mwan3 mwan3 luci- roto-wireguard wireguard-tools
</pkg_list>
<std err>
Package list missing or not up-to-date, generating it.
Building package index...
Downloading https://downloads.openwrt.org/releases/23.05.5/targets/bcm4908/generic/packages/Packages.gz
Updated list of available packages in /builder/build_dir/target-aarch64_cortex-a53_musl/root-bcm4908/../../../../builder/dl/openwrt_core
Downloading https://downloads.openwrt.org/releases/23.05.5/targets/bcm4908/generic/packages/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/releases/23.05.5/packages/aarch64_cortex-a53/base/Packages.gz
Updated list of available packages in /builder/build_dir/target-aarch64_cortex-a53_musl/root-bcm4908/../../../../builder/dl/openwrt_base
Downloading https://downloads.openwrt.org/releases/23.05.5/packages/aarch64_cortex-a53/base/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/releases/23.05.5/packages/aarch64_cortex-a53/luci/Packages.gz
Updated list of available packages in /builder/build_dir/target-aarch64_cortex-a53_musl/root-bcm4908/../../../../builder/dl/openwrt_luci
Downloading https://downloads.openwrt.org/releases/23.05.5/packages/aarch64_cortex-a53/luci/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/releases/23.05.5/packages/aarch64_cortex-a53/packages/Packages.gz
Updated list of available packages in /builder/build_dir/target-aarch64_cortex-a53_musl/root-bcm4908/../../../../builder/dl/openwrt_packages
Downloading https://downloads.openwrt.org/releases/23.05.5/packages/aarch64_cortex-a53/packages/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/releases/23.05.5/packages/aarch64_cortex-a53/routing/Packages.gz
Updated list of available packages in /builder/build_dir/target-aarch64_cortex-a53_musl/root-bcm4908/../../../../builder/dl/openwrt_routing
Downloading https://downloads.openwrt.org/releases/23.05.5/packages/aarch64_cortex-a53/routing/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/releases/23.05.5/packages/aarch64_cortex-a53/telephony/Packages.gz
Updated list of available packages in /builder/build_dir/target-aarch64_cortex-a53_musl/root-bcm4908/../../../../builder/dl/openwrt_telephony
Downloading https://downloads.openwrt.org/releases/23.05.5/packages/aarch64_cortex-a53/telephony/Packages.sig
Signature check passed.
Downloading file:packages/Packages
Updated list of available packages in /builder/build_dir/target-aarch64_cortex-a53_musl/root-bcm4908/../../../../builder/dl/imagebuilder
Downloading file:packages/Packages.sig
Signature check passed.
Pseudo file "dev" exists in source filesystem "/builder/build_dir/target-aarch64_cortex-a53_musl/root-bcm4908/dev".
Ignoring, exclude it (-e/-ef) to override.
**cp: cannot stat '/builder/build_dir/target-aarch64_cortex-a53_musl/linux-bcm4908_generic/bcm63xx-cfe/asus,gt-ac5300/cferam.000': No such file or directory**
make[3]: *** [Makefile:140: /builder/build_dir/target-aarch64_cortex-a53_musl/linux-bcm4908_generic/tmp/openwrt-23.05.5-c6349a7317de-bcm4908-generic-asus_gt-ac5300-squashfs.bin] Error 1
make[2]: *** [Makefile:208: build_image] Error 2
make[1]: *** [Makefile:146: _call_image] Error 2
make: *** [Makefile:262: image] Error 2
</std err>