thud migration: remove deprecated package wireless-tools
Wireless tools is deprecated in favor of iw because the wireless extensions have been deprecated in favor of the new nl80211 interface for wireless devices. https://jira.digi.com/browse/DEL-6412 Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
fbc91bf4b7
commit
ac53a74443
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2012-2018 Digi International.
|
# Copyright (C) 2012-2019 Digi International.
|
||||||
#
|
#
|
||||||
SUMMARY = "Wireless packagegroup for DEY image"
|
SUMMARY = "Wireless packagegroup for DEY image"
|
||||||
|
|
||||||
|
|
@ -9,7 +9,6 @@ inherit packagegroup
|
||||||
RDEPENDS_${PN} = "\
|
RDEPENDS_${PN} = "\
|
||||||
crda \
|
crda \
|
||||||
iw \
|
iw \
|
||||||
wireless-tools \
|
|
||||||
wpa-supplicant \
|
wpa-supplicant \
|
||||||
wpa-supplicant-cli \
|
wpa-supplicant-cli \
|
||||||
wpa-supplicant-passphrase \
|
wpa-supplicant-passphrase \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue