diff --git a/recipes-core/images/netmodule-linux-image.bb b/recipes-core/images/netmodule-linux-image.bb index 7c3896f..98244bc 100644 --- a/recipes-core/images/netmodule-linux-image.bb +++ b/recipes-core/images/netmodule-linux-image.bb @@ -96,7 +96,9 @@ IMAGE_INSTALL_append_am335x-nmhw21 = " \ battery-test \ cryptodev-module \ socket-uart \ - " + ublox-configuration \ + modem-config-dump \ + " FPGA_INSTALL = " \ nm-scripts-fpga \ @@ -104,7 +106,6 @@ FPGA_INSTALL = " \ IMAGE_INSTALL_append_armada-385-nbhw14 = " ${FPGA_INSTALL}" IMAGE_INSTALL_append_armada-385-nbhw17 = " ${FPGA_INSTALL}" -IMAGE_INSTALL_append_am335x-nmhw21 = " ublox-configuration" LICENSE = "BSD"