kernel: enable hostap and wireless extensions

Signed-off-by: Thomas Klaehn <tkl@blackfinn.de>
This commit is contained in:
2018-03-18 16:46:13 +01:00
parent ef0603decb
commit 435e706573
3 changed files with 18 additions and 1 deletions

View File

@@ -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 \
"