hw21:netmodule-linux-image: Add modem-config-dump
BugzID: 56305
This commit is contained in:
parent
3344a7b4a7
commit
83dce85efd
|
|
@ -96,7 +96,9 @@ IMAGE_INSTALL_append_am335x-nmhw21 = " \
|
||||||
battery-test \
|
battery-test \
|
||||||
cryptodev-module \
|
cryptodev-module \
|
||||||
socket-uart \
|
socket-uart \
|
||||||
"
|
ublox-configuration \
|
||||||
|
modem-config-dump \
|
||||||
|
"
|
||||||
|
|
||||||
FPGA_INSTALL = " \
|
FPGA_INSTALL = " \
|
||||||
nm-scripts-fpga \
|
nm-scripts-fpga \
|
||||||
|
|
@ -104,7 +106,6 @@ FPGA_INSTALL = " \
|
||||||
|
|
||||||
IMAGE_INSTALL_append_armada-385-nbhw14 = " ${FPGA_INSTALL}"
|
IMAGE_INSTALL_append_armada-385-nbhw14 = " ${FPGA_INSTALL}"
|
||||||
IMAGE_INSTALL_append_armada-385-nbhw17 = " ${FPGA_INSTALL}"
|
IMAGE_INSTALL_append_armada-385-nbhw17 = " ${FPGA_INSTALL}"
|
||||||
IMAGE_INSTALL_append_am335x-nmhw21 = " ublox-configuration"
|
|
||||||
|
|
||||||
LICENSE = "BSD"
|
LICENSE = "BSD"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue