mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 21:17:55 +00:00
Merge pull request #1828 from tlaurion/fix_t440p-w541_hotp_inclusion_of_non-hotp_boards
w541/t440p hotp variants including non-htop: fix path to non-hotp board variants
This commit is contained in:
commit
515ca5db95
@ -1,5 +1,5 @@
|
|||||||
# Inherit the rest from the base T440p config.
|
# Inherit the rest from the base T440p config.
|
||||||
include $(pwd)/boards/t440p-maximized/t440p-maximized.config
|
include $(pwd)/boards/UNTESTED_t440p-maximized/UNTESTED_t440p-maximized.config
|
||||||
|
|
||||||
CONFIG_HOTPKEY=y
|
CONFIG_HOTPKEY=y
|
||||||
export CONFIG_AUTO_BOOT_TIMEOUT=5
|
export CONFIG_AUTO_BOOT_TIMEOUT=5
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Inherit the rest from the base W541 config.
|
# Inherit the rest from the base W541 config.
|
||||||
include $(pwd)/boards/w541-maximized/w541-maximized.config
|
include $(pwd)/boards/UNTESTED_w541-maximized/UNTESTED_w541-maximized.config
|
||||||
|
|
||||||
CONFIG_HOTPKEY=y
|
CONFIG_HOTPKEY=y
|
||||||
export CONFIG_AUTO_BOOT_TIMEOUT=5
|
export CONFIG_AUTO_BOOT_TIMEOUT=5
|
||||||
|
Loading…
Reference in New Issue
Block a user