1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-17 13:10:29 +03:00

pine64-pinephone: u-boot: Add now required CONFIG_REGEX

This commit is contained in:
Samuel Dionne-Riel 2020-10-15 15:59:21 -04:00
parent 108c8a56d3
commit 317bf728fa

View File

@ -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";