fix(cn9131-bldn-mbv): fix IMAGE_INSTALL assignement
Due to the wrong order of assignement bg_printenv and bg_setenv were not available anymore.
This commit is contained in:
parent
f262a81a04
commit
1dae191afa
|
|
@ -13,4 +13,4 @@ IMAGE_INSTALL:append = " systemd-analyze"
|
||||||
|
|
||||||
### Device specific settings
|
### Device specific settings
|
||||||
# Needed for phy firmware
|
# Needed for phy firmware
|
||||||
IMAGE_INSTALL:cn9131-bldn-mbv += "linux-firmware"
|
IMAGE_INSTALL:append:cn9131-bldn-mbv = " linux-firmware"
|
||||||
Loading…
Reference in New Issue