Fix typo: net.ifname -> net.ifnames

Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
3 files changed
tree: 2ad57d4119595bc774f06ed620d6722756aeee5d
  1. board/
  2. configs/
  3. linux/
  4. overlay/
  5. package/
  6. patches/
  7. .editorconfig
  8. .gitignore
  9. buildroot.patch
  10. Config.in
  11. external.desc
  12. external.mk
  13. Justfile
  14. LICENSE
  15. README.md
README.md

linux-tpmdd test suite

Building

  1. Configure the project (only needed for the first build):

    just prepare configs/pc_x86_64_efi_defconfig
    
  2. Build the image:

    just all
    

    For any subsequent changes, you can simply re-run just all.