[Bug 276151] gpu-firmware-intel-kmod fails to update revision number
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276151 --- Comment #4 from Emmanuel Vadot <[email protected]> --- It's not an option, flavor needs to be specified with FLAVOR= on the make command. To install all flavors (even if in reality you don't need this and only need the correct firmware for your hardware) do : # for flavor in $(make -V FLAVORS); do make FLAVOR=${flavor} install clean done -- You are receiving this mail because: You are the assignee for the bug.