mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-20 00:23:30 +00:00

Since 802.11be is available, increased default swiotlb size from 32 to 64MB to support up to 2x Qualcomm WiFi 6E/7 network cards.
14 lines
298 B
INI
14 lines
298 B
INI
@SERIAL_CONFIG@
|
|
@TERMINAL_CONFIG@
|
|
|
|
set default="0"
|
|
set timeout="@TIMEOUT@"
|
|
search -l kernel -s root
|
|
|
|
menuentry "@TITLE@" {
|
|
linux /boot/vmlinuz @GPT_ROOTPART@ @CMDLINE@ noinitrd swiotlb=65536
|
|
}
|
|
menuentry "@TITLE@ (failsafe)" {
|
|
linux /boot/vmlinuz failsafe=true @GPT_ROOTPART@ @CMDLINE@ noinitrd
|
|
}
|