kernel-module-atheros: disable 802.11w
Not well supported yet and cleans a debug line: ath6kl: ath6kl_cfg80211_connect: sme->mfp = 0 https://jira.digi.com/browse/DEL-815 Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
2817c51daa
commit
4471d862e5
|
|
@ -32,6 +32,10 @@ do_configure_prepend() {
|
||||||
cp ${WORKDIR}/Makefile ${S}/
|
cp ${WORKDIR}/Makefile ${S}/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
do_configure_prepend_ccardimx28js() {
|
||||||
|
sed -i '/^CONFIG_SUPPORT_11W=y/s,^,# ,g' ${S}/compat-wireless/config.mk
|
||||||
|
}
|
||||||
|
|
||||||
do_install_append() {
|
do_install_append() {
|
||||||
install -d ${D}${sysconfdir}/network/if-pre-up.d
|
install -d ${D}${sysconfdir}/network/if-pre-up.d
|
||||||
install -m 0755 ${WORKDIR}/atheros ${D}${sysconfdir}/network/if-pre-up.d/
|
install -m 0755 ${WORKDIR}/atheros ${D}${sysconfdir}/network/if-pre-up.d/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue