-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wireguard: selftests: use virt machine on m68k
This should be a bit more stable hopefully. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
- Loading branch information
Jason A. Donenfeld
authored and
Jakub Kicinski
committed
Jul 7, 2022
1 parent
829be05
commit 1f2f341
Showing
2 changed files
with
6 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
CONFIG_MMU=y | ||
CONFIG_VIRT=y | ||
CONFIG_M68KCLASSIC=y | ||
CONFIG_M68040=y | ||
CONFIG_MAC=y | ||
CONFIG_SERIAL_PMACZILOG=y | ||
CONFIG_SERIAL_PMACZILOG_TTYS=y | ||
CONFIG_SERIAL_PMACZILOG_CONSOLE=y | ||
CONFIG_VIRTIO_CONSOLE=y | ||
CONFIG_COMPAT_32BIT_TIME=y | ||
CONFIG_CMDLINE="console=ttyS0 wg.success=ttyS1 panic_on_warn=1" | ||
CONFIG_CMDLINE="console=ttyGF0 wg.success=vport0p1 panic_on_warn=1" | ||
CONFIG_FRAME_WARN=1024 |