Skip to content

Commit

Permalink
feat(rootfs): add socat package (#35)
Browse files Browse the repository at this point in the history
Signed-off-by: Black-Hole1 <bh@bugs.cc>
  • Loading branch information
BlackHole1 committed Dec 6, 2023
1 parent 53a0a40 commit 3854de9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions rootfs/external/configs/ovm_amd64_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ BR2_PACKAGE_IPROUTE2=y
BR2_PACKAGE_IPUTILS=y
BR2_PACKAGE_NET_TOOLS=y
BR2_PACKAGE_OPENSSH=y
BR2_PACKAGE_SOCAT=y
BR2_PACKAGE_SPICE_PROTOCOL=y
BR2_PACKAGE_BASH_COMPLETION=y
BR2_PACKAGE_FILE=y
Expand Down
1 change: 1 addition & 0 deletions rootfs/external/configs/ovm_arm64_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ BR2_PACKAGE_IPROUTE2=y
BR2_PACKAGE_IPUTILS=y
BR2_PACKAGE_NET_TOOLS=y
BR2_PACKAGE_OPENSSH=y
BR2_PACKAGE_SOCAT=y
BR2_PACKAGE_SPICE_PROTOCOL=y
BR2_PACKAGE_BASH_COMPLETION=y
BR2_PACKAGE_FILE=y
Expand Down

0 comments on commit 3854de9

Please sign in to comment.