diff --git a/board/raspberrypi/device_table.txt b/board/raspberrypi/device_table.txt new file mode 100644 index 0000000..b3872be --- /dev/null +++ b/board/raspberrypi/device_table.txt @@ -0,0 +1,4 @@ +# +/etc/ssh/ssh_host_ecdsa_key f 600 0 0 - - - - - +/etc/ssh/ssh_host_ed25519_key f 600 0 0 - - - - - +/etc/ssh/ssh_host_rsa_key f 600 0 0 - - - - - \ No newline at end of file diff --git a/configs/raspberrypi_common_defconfig b/configs/raspberrypi_common_defconfig index bce7295..2bcdc0e 100644 --- a/configs/raspberrypi_common_defconfig +++ b/configs/raspberrypi_common_defconfig @@ -8,6 +8,7 @@ BR2_PACKAGE_HOST_GDB=y BR2_GDB_VERSION_16=y BR2_DOWNLOAD_FORCE_CHECK_HASHES=y BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y +BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt $(BR2_EXTERNAL_RPI_COMMON_PATH)/board/raspberrypi/device_table.txt" BR2_SYSTEM_DHCP="eth0" BR2_ROOTFS_OVERLAY="$(BR2_EXTERNAL_RPI_COMMON_PATH)/board/raspberrypi/rootfs-overlay" BR2_ROOTFS_POST_BUILD_SCRIPT="board/raspberrypi/post-build.sh"