Use ImageBuilder issue

Hello all:
I need to add some packages to firmware,so i use imagebuilder to do this.

  1. download imagebuilder from https://downloads.lede-project.org/snapshots/targets/ramips/mt7620/lede-imagebuilder-ramips-mt7620.Linux-x86_64.tar.xz
  2. decompress and enter imagebuilder folder
  3. use command: make image PROFILE=hc5861 PACKAGES="luci"
  4. wait for a minute,an error occurred:
  • opkg_install_cmd: Cannot install package kmod-mt76.
    Makefile:139: recipe for target 'package_install' failed
    make[2]: *** [package_install] Error 255
    Makefile:109: recipe for target '_call_image' failed
    make[1]: *** [_call_image] Error 2
    Makefile:195: recipe for target 'image' failed
    make: *** [image] Error 2

How can i solve this issue?

Experiencing the same issue

As far as I can tell, kmod-mt76 doesn't even exist anymore - it was split/renamed a while ago?

@nidilong FYI I found a workaround, just edited include/target.mk and replaced kmod-mt76 with kmod-mt76-core

Please file a bug in the bug tracker gusty, that's what it's for.