Skip to content

Commit

Permalink
configs: add mcjoin to system container
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Sep 11, 2024
1 parent 355b338 commit c923703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions configs/curios_amd64_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ BR2_TARGET_ROOTFS_OCI_TAG="edge"
BR2_TARGET_ROOTFS_OCI_ENTRYPOINT="/sbin/init"
BR2_TARGET_ROOTFS_OCI_PORTS="22/tcp 161/tcp 161/udp"
BR2_TARGET_ROOTFS_OCI_LABELS=".url=https://github.com/kernelkit/curiOS .title=curiOS"
BR2_PACKAGE_MCJOIN=y
BR2_PACKAGE_MPING=y
1 change: 1 addition & 0 deletions configs/curios_arm64_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ BR2_TARGET_ROOTFS_OCI_TAG="edge"
BR2_TARGET_ROOTFS_OCI_ENTRYPOINT="/sbin/init"
BR2_TARGET_ROOTFS_OCI_PORTS="22/tcp 161/tcp 161/udp"
BR2_TARGET_ROOTFS_OCI_LABELS=".url=https://github.com/kernelkit/curiOS .title=curiOS"
BR2_PACKAGE_MCJOIN=y
BR2_PACKAGE_MPING=y

0 comments on commit c923703

Please sign in to comment.