linux-yocto: Fix kernel config in bbappend
This commit is contained in:
parent
d6b9f930fe
commit
c388421a3f
@ -3,20 +3,18 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
|
|||||||
|
|
||||||
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
||||||
|
|
||||||
KERNEL_MODULE_AUTOLOAD_ti33x += " rtl8192cu"
|
KERNEL_MODULE_AUTOLOAD += " rtl8192cu"
|
||||||
|
|
||||||
|
SRC_URI += " \
|
||||||
SRC_URI_ti33x += " \
|
|
||||||
file://rtl8192cu.cfg \
|
file://rtl8192cu.cfg \
|
||||||
file://enable_onboard_leds.cfg \
|
file://enable_onboard_leds.cfg \
|
||||||
file://enable_hostap_wext.cfg \
|
file://enable_hostap_wext.cfg \
|
||||||
file://0002-onboard-led-init-disable.patch \
|
file://0002-onboard-led-init-disable.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
KERNEL_CONFIG_FRAGMENTS_append_ti33x = " \
|
KERNEL_CONFIG_FRAGMENTS_append = " \
|
||||||
${WORKDIR}/rtl8192cu.cfg \
|
${WORKDIR}/rtl8192cu.cfg \
|
||||||
${WORKDIR}/enable_onboard_leds.cfg \
|
${WORKDIR}/enable_onboard_leds.cfg \
|
||||||
${WORKDIR}/enable_hostap_wext.cfg \
|
${WORKDIR}/enable_hostap_wext.cfg \
|
||||||
${WORKDIR}/enable_cgroups.cfg \
|
${WORKDIR}/enable_cgroups.cfg \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user