Skip to content

Commit 3c2be97

Browse files
committed
[sysroot] Add slirp package
Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
1 parent 8136484 commit 3c2be97

5 files changed

Lines changed: 5 additions & 0 deletions

File tree

sysroot/configs/sysroot_arm32_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ BR2_ARM_ENABLE_VFP=y
33
BR2_INIT_NONE=y
44
BR2_SYSTEM_BIN_SH_NONE=y
55
# BR2_PACKAGE_BUSYBOX is not set
6+
BR2_PACKAGE_SLIRP=y

sysroot/configs/sysroot_arm64_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ BR2_aarch64=y
22
BR2_INIT_NONE=y
33
BR2_SYSTEM_BIN_SH_NONE=y
44
# BR2_PACKAGE_BUSYBOX is not set
5+
BR2_PACKAGE_SLIRP=y

sysroot/configs/sysroot_loong64_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ BR2_loongarch64=y
22
BR2_INIT_NONE=y
33
BR2_SYSTEM_BIN_SH_NONE=y
44
# BR2_PACKAGE_BUSYBOX is not set
5+
BR2_PACKAGE_SLIRP=y

sysroot/configs/sysroot_riscv32_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ BR2_RISCV_32=y
33
BR2_INIT_NONE=y
44
BR2_SYSTEM_BIN_SH_NONE=y
55
# BR2_PACKAGE_BUSYBOX is not set
6+
BR2_PACKAGE_SLIRP=y

sysroot/configs/sysroot_riscv64_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ BR2_riscv=y
22
BR2_INIT_NONE=y
33
BR2_SYSTEM_BIN_SH_NONE=y
44
# BR2_PACKAGE_BUSYBOX is not set
5+
BR2_PACKAGE_SLIRP=y

0 commit comments

Comments
 (0)