mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-17 04:51:31 +03:00
pine64-pinephone: u-boot: Add now required CONFIG_REGEX
This commit is contained in:
parent
108c8a56d3
commit
317bf728fa
@ -40,6 +40,7 @@ in
|
|||||||
# This is because we re-invest the 2s in our own menu.
|
# This is because we re-invest the 2s in our own menu.
|
||||||
CONFIG_AUTOBOOT_KEYED_CTRLC=y
|
CONFIG_AUTOBOOT_KEYED_CTRLC=y
|
||||||
CONFIG_BOOTDELAY=0
|
CONFIG_BOOTDELAY=0
|
||||||
|
CONFIG_REGEX=y
|
||||||
'';
|
'';
|
||||||
}).overrideAttrs(old: rec {
|
}).overrideAttrs(old: rec {
|
||||||
version = "2020.07";
|
version = "2020.07";
|
||||||
|
Loading…
Reference in New Issue
Block a user