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:
parent
fd95d3a7ec
commit
0d0e949a2a
|
|
@ -24,7 +24,6 @@ IMAGE_INSTALL = " \
|
|||
ncurses-terminfo-base \
|
||||
kernel-devicetree \
|
||||
haveged \
|
||||
${@bb.utils.contains("MACHINE_FEATURES", "wwan", "wwan-config", "", d)} \
|
||||
"
|
||||
|
||||
LICENSE = "BSD"
|
||||
|
|
|
|||
Loading…
Reference in New Issue