Skip to content

Commit

Permalink
enable self test
Browse files Browse the repository at this point in the history
  • Loading branch information
QiuSimons committed Dec 11, 2024
1 parent b6587bf commit 5266148
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SCRIPTS/02_prepare_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,13 @@ cp -rf ../PATCH/kernel/lrng/* ./target/linux/generic/hack-6.6/
echo '
# CONFIG_RANDOM_DEFAULT_IMPL is not set
CONFIG_LRNG=y
CONFIG_LRNG_DEV_IF=y
# CONFIG_LRNG_IRQ is not set
CONFIG_LRNG_JENT=y
CONFIG_LRNG_CPU=y
# CONFIG_LRNG_SCHED is not set
CONFIG_LRNG_SELFTEST=y
# CONFIG_LRNG_SELFTEST_PANIC is not set
' >>./target/linux/generic/config-6.6
# wg
cp -rf ../PATCH/kernel/wg/* ./target/linux/generic/hack-6.6/
Expand Down

0 comments on commit 5266148

Please sign in to comment.