kernel: enable hostap and wireless extensions
Signed-off-by: Thomas Klaehn <tkl@blackfinn.de>
This commit is contained in:
parent
ef0603decb
commit
435e706573
13
recipes-kernel/linux/files/enable_hostap_wext.cfg
Normal file
13
recipes-kernel/linux/files/enable_hostap_wext.cfg
Normal file
@ -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
|
@ -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 \
|
||||
"
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user