Skip to content

Commit

Permalink
configs: add mping 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 7dbd22d commit 422d3f3
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,3 +36,4 @@ 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_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,3 +37,4 @@ 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_MPING=y

0 comments on commit 422d3f3

Please sign in to comment.