* Add hassos configuration for intel-nuc: * Cloned from ova config * Use default amd64 kernel config * Add support for Intel IGB type nics * Add rng-tools for better random * Build with iwlwifi module & firmware (only newer modules with iwlmvm firmware) * Include firmware for 915, which should improve power efficiency. Build display and audio as a module to make it all work. * Add intel_nuc to build script. * Change directory structure as proposed by @pvizeli * * Fix paths * Remove unused patch directory * Unduplicate barebox config.
8 lines
123 B
Plaintext
8 lines
123 B
Plaintext
BOARD_ID=intel-nuc
|
|
BOARD_NAME="Intel NUC"
|
|
CHASSIS=embedded
|
|
BOOTLOADER=barebox
|
|
KERNEL_FILE=bzImage
|
|
BOOT_SYS=efi
|
|
DISK_SIZE=6
|