Set correct permissions for ssh keys in device_table.txt
This commit is contained in:
4
board/raspberrypi/device_table.txt
Normal file
4
board/raspberrypi/device_table.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
# <name> <type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count>
|
||||
/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 - - - - -
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user