image-minimal: Remove wwan-config

Since the modem is now started by the kernel, we don't need wwan-config
to do the powering in minimal image.

BugzID: 70629
This commit is contained in:
Alexandre Bard 2021-03-04 11:42:35 +01:00
parent fd95d3a7ec
commit 0d0e949a2a
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ IMAGE_INSTALL = " \
ncurses-terminfo-base \
kernel-devicetree \
haveged \
${@bb.utils.contains("MACHINE_FEATURES", "wwan", "wwan-config", "", d)} \
"
LICENSE = "BSD"