2017-06-13 12:55:28 +00:00
|
|
|
LICENSE = "GPLv2"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
|
|
|
|
|
|
|
|
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
|
|
|
|
2017-08-14 08:09:28 +00:00
|
|
|
SRC_URI += " \
|
|
|
|
file://rtl8192cu.cfg \
|
|
|
|
file://enable_pwm.cfg \
|
2017-10-05 07:16:28 +00:00
|
|
|
file://enable_onboard_leds.cfg \
|
2017-08-14 08:09:28 +00:00
|
|
|
file://0001-bbb-enable-pwm.patch \
|
2017-10-05 07:16:28 +00:00
|
|
|
file://0002-onboard-led-init-disable.patch \
|
2017-08-14 08:09:28 +00:00
|
|
|
"
|
2017-06-13 12:55:28 +00:00
|
|
|
|
|
|
|
KERNEL_CONFIG_FRAGMENTS_append_ti33x = " \
|
|
|
|
${WORKDIR}/rtl8192cu.cfg \
|
2017-08-14 08:09:28 +00:00
|
|
|
${WORKDIR}/enable_pwm.cfg \
|
2017-06-13 12:55:28 +00:00
|
|
|
"
|