mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 04:57:55 +00:00
d6743abcc4
inserting init script within generated ramfs. Each init script are board file dependant (think kernel drivers auto insertion)
18 lines
371 B
Plaintext
18 lines
371 B
Plaintext
# Minimal configuration for a x230 to support flashrom, USB and networking
|
|
BOARD=x230.flash
|
|
|
|
CONFIG_COREBOOT=y
|
|
CONFIG_FLASHROM=y
|
|
CONFIG_FLASHTOOLS=y
|
|
CONFIG_PCIUTILS=y
|
|
CONFIG_MBEDTLS=y
|
|
CONFIG_QRENCODE=y
|
|
CONFIG_TPMTOTP=y
|
|
CONFIG_DROPBEAR=y
|
|
|
|
CONFIG_LINUX_CONFIG=config/linux-x230.config
|
|
CONFIG_LINUX_USB=y
|
|
CONFIG_LINUX_E1000E=y
|
|
|
|
export CONFIG_BOOTSCRIPT=/bin/x230-flash.init
|