Skip to content

Commit

Permalink
linux-ti-staging: Enable USB stick in updater
Browse files Browse the repository at this point in the history
Fixes
#586

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Nov 23, 2021
1 parent 44290d7 commit 5d2e29b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_USB=y
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"

SRC_URI += "file://wireguard.cfg"
SRC_URI += "file://wireguard.cfg \
file://updater.cfg \
"

KERNEL_CONFIG_FRAGMENTS += "${WORKDIR}/wireguard.cfg"
KERNEL_CONFIG_FRAGMENTS += "${WORKDIR}/wireguard.cfg \
${WORKDIR}/updater.cfg \
"

0 comments on commit 5d2e29b

Please sign in to comment.