From 435e70657377fd62c7930a00b98d146d7c708f01 Mon Sep 17 00:00:00 2001 From: Thomas Klaehn Date: Sun, 18 Mar 2018 16:46:13 +0100 Subject: [PATCH] kernel: enable hostap and wireless extensions Signed-off-by: Thomas Klaehn --- recipes-kernel/linux/files/enable_hostap_wext.cfg | 13 +++++++++++++ recipes-kernel/linux/linux-yocto_4.12.bbappend | 4 ++++ tools/scripts/sync_src_up.sh | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 recipes-kernel/linux/files/enable_hostap_wext.cfg diff --git a/recipes-kernel/linux/files/enable_hostap_wext.cfg b/recipes-kernel/linux/files/enable_hostap_wext.cfg new file mode 100644 index 0000000..efe0adc --- /dev/null +++ b/recipes-kernel/linux/files/enable_hostap_wext.cfg @@ -0,0 +1,13 @@ +CONFIG_WIRELESS_EXT=y +CONFIG_WEXT_CORE=y +CONFIG_WEXT_PROC=y +CONFIG_WEXT_SPY=y +CONFIG_WEXT_PRIV=y +CONFIG_LIB80211=y +CONFIG_LIB80211_CRYPT_WEP=y +CONFIG_LIB80211_CRYPT_CCMP=y +CONFIG_LIB80211_CRYPT_TKIP=y +CONFIG_HOSTAP=y +CONFIG_CRYPTO_MICHAEL_MIC=y +CONFIG_CRYPTO_MICHAEL_MIC=m +CONFIG_CFG80211_WEXT=y diff --git a/recipes-kernel/linux/linux-yocto_4.12.bbappend b/recipes-kernel/linux/linux-yocto_4.12.bbappend index f47e43d..3311baa 100644 --- a/recipes-kernel/linux/linux-yocto_4.12.bbappend +++ b/recipes-kernel/linux/linux-yocto_4.12.bbappend @@ -7,6 +7,7 @@ SRC_URI += " \ file://rtl8192cu.cfg \ file://enable_pwm.cfg \ file://enable_onboard_leds.cfg \ + file://enable_hostap_wext.cfg \ file://0003-bbb-enable-pwm.patch \ file://0002-onboard-led-init-disable.patch \ " @@ -14,4 +15,7 @@ SRC_URI += " \ KERNEL_CONFIG_FRAGMENTS_append_ti33x = " \ ${WORKDIR}/rtl8192cu.cfg \ ${WORKDIR}/enable_pwm.cfg \ + ${WORKDIR}/enable_onboard_leds.cfg \ + ${WORKDIR}/enable_hostap_wext.cfg \ " + diff --git a/tools/scripts/sync_src_up.sh b/tools/scripts/sync_src_up.sh index a69f19e..9710d5b 100755 --- a/tools/scripts/sync_src_up.sh +++ b/tools/scripts/sync_src_up.sh @@ -1,3 +1,3 @@ #!/bin/bash -rsync -tvz -e "ssh -o StrictHostKeyChecking=no" --progress downloads/ tkl@e320:/srv/files/mirror/sources +rsync -avz -e "ssh -o StrictHostKeyChecking=no" --progress downloads/ tkl@e320:/srv/files/mirror/sources