diff --git a/board/myna-player-odyssey/rootfs_overlay/etc/NetworkManager/system-connections/Wired connection 1.nmconnection b/board/myna-player-odyssey/rootfs_overlay/etc/NetworkManager/system-connections/Wired connection 1.nmconnection new file mode 100644 index 0000000..55cddfb --- /dev/null +++ b/board/myna-player-odyssey/rootfs_overlay/etc/NetworkManager/system-connections/Wired connection 1.nmconnection @@ -0,0 +1,22 @@ +[connection] +id=Wired connection 1 +uuid=bdd5a152-31c6-3bc9-b7a9-51c3f1f10535 +type=ethernet +autoconnect-priority=-999 +interface-name=eth0 +permissions= +timestamp=1598972096 + +[ethernet] +mac-address-blacklist= + +[ipv4] +dns-search= +method=auto + +[ipv6] +addr-gen-mode=eui64 +dns-search= +method=auto + +[proxy] diff --git a/board/myna-player-odyssey/utilities/dev-table b/board/myna-player-odyssey/utilities/dev-table new file mode 100644 index 0000000..b698d83 --- /dev/null +++ b/board/myna-player-odyssey/utilities/dev-table @@ -0,0 +1 @@ +/etc/NetworkManager/system-connections/Wired connection 1.nmconnection f 600 root root - - - - - diff --git a/configs/myna_player_odyssey_defconfig b/configs/myna_player_odyssey_defconfig index 75965d0..ba9390c 100644 --- a/configs/myna_player_odyssey_defconfig +++ b/configs/myna_player_odyssey_defconfig @@ -19,6 +19,8 @@ BR2_TARGET_GENERIC_HOSTNAME="MynaPlayer" BR2_TARGET_GENERIC_ISSUE="Welcome to MynaPlayer" BR2_INIT_SYSTEMD=y +BR2_ROOTFS_DEVICE_TABLE="$(BR2_EXTERNAL_MynaPlayer_PATH)/board/myna-player-odyssey/utilities/dev-table" +BR2_ROOTFS_DEVICE_TABLE_SUPPORTS_EXTENDED_ATTRIBUTES=y BR2_SYSTEM_BIN_SH_BASH=y # BR2_TARGET_GENERIC_GETTY is not set # BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW is not set