fix(cn9131-bldn-mbv): add phy firmware handling
This commit is contained in:
parent
e04b6cf215
commit
e003ccb913
|
|
@ -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