kernel: rename recipes-kernel-bbappend to recipes-kernel
Signed-off-by: Thomas Klaehn <tkl@blackfinn.de>
This commit is contained in:
5
recipes-kernel/linux/files/rtl8192cu.cfg
Normal file
5
recipes-kernel/linux/files/rtl8192cu.cfg
Normal file
@@ -0,0 +1,5 @@
|
||||
CONFIG_RTL8192CU=m
|
||||
CONFIG_RTLWIFI=m
|
||||
CONFIG_RTLWIFI_USB=m
|
||||
CONFIG_RTLWIFI_DEBUG=y
|
||||
CONFIG_RTL8192C_COMMON=m
|
10
recipes-kernel/linux/linux-yocto_4.10.bbappend
Normal file
10
recipes-kernel/linux/linux-yocto_4.10.bbappend
Normal file
@@ -0,0 +1,10 @@
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
|
||||
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
||||
|
||||
SRC_URI += "file://rtl8192cu.cfg "
|
||||
|
||||
KERNEL_CONFIG_FRAGMENTS_append_ti33x = " \
|
||||
${WORKDIR}/rtl8192cu.cfg \
|
||||
"
|
Reference in New Issue
Block a user