Pull request #87: fix(cn9131-bldn-mbv): add phy firmware handling
Merge in ICO/coreos from fix_falcon_phy_firmware to master * commit 'e003ccb91319299b73eaf8029288e3fde55fc71f': fix(cn9131-bldn-mbv): add phy firmware handling
This commit is contained in:
commit
f262a81a04
|
|
@ -10,3 +10,7 @@ IMAGE_INSTALL:append = "${@bb.utils.contains("IMAGE_FEATURES", "swupdate", " swu
|
|||
|
||||
# development tools
|
||||
IMAGE_INSTALL:append = " systemd-analyze"
|
||||
|
||||
### Device specific settings
|
||||
# Needed for phy firmware
|
||||
IMAGE_INSTALL:cn9131-bldn-mbv += "linux-firmware"
|
||||
Loading…
Reference in New Issue