meta-digi: dey-wireless: add iw to the list of wireless packages
Add iw to the list of packages to be installed regardless the platform. Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
parent
32ae76e1cf
commit
552f9a4567
|
|
@ -10,11 +10,9 @@ inherit packagegroup
|
|||
|
||||
RDEPENDS_${PN} = "\
|
||||
crda \
|
||||
iw \
|
||||
wireless-tools \
|
||||
wpa-supplicant \
|
||||
wpa-supplicant-cli \
|
||||
wpa-supplicant-passphrase \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}_append_mxs = " iw"
|
||||
RDEPENDS_${PN}_append_mx6 = " iw"
|
||||
|
|
|
|||
Loading…
Reference in New Issue