openwrt / openwrt

This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git.
Other
18.93k stars 10.02k forks source link

Cannot build Mikrotik RB912 images with Imagebuilder #14714

Open pavel-kamaev opened 4 months ago

pavel-kamaev commented 4 months ago

Describe the bug

Imagebuilder fails to build an image with the following error:

Unknown package 'yafut'.
...
Collected errors:
 * opkg_install_cmd: Cannot install package yafut.

OpenWrt version

r23630-842932a63d

OpenWrt release

23.05.2

OpenWrt target/subtarget

ath79/mikrotik

Device

MikroTik RouterBOARD 912UAG-2HPnD

Image kind

Official downloaded image

Steps to reproduce

tar xJf openwrt-imagebuilder-23.05.2-ath79-mikrotik.Linux-x86_64.tar.xz
cd openwrt-imagebuilder-23.05.2-ath79-mikrotik.Linux-x86_64/
make image PROFILE="mikrotik_routerboard-912uag-2hpnd"

Actual behaviour

No response

Expected behaviour

No response

Additional info

No response

Diffconfig

No response

Terms

zekica commented 4 months ago

A workaround for now can be manually building an image for one of these targets from source as it produces the yafut package. Putting it in the packages folder makes imagebuilder work.

artmaluk commented 1 month ago

A workaround for now can be manually building an image for one of these targets from source as it produces the yafut package. Putting it in the packages folder makes imagebuilder work.

Hello. what to do if I create the firmware on https://firmware-selector.openwrt.org? same error