From 787e102c1c6d983224ec1b6c266fffe519155daf Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Wed, 27 Mar 2024 10:13:01 +0100 Subject: [PATCH] Enable tcpdump in system container Signed-off-by: Joachim Wiberg --- configs/curios_amd64_defconfig | 1 + configs/curios_arm64_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/configs/curios_amd64_defconfig b/configs/curios_amd64_defconfig index c07ff8d..f4a05fb 100644 --- a/configs/curios_amd64_defconfig +++ b/configs/curios_amd64_defconfig @@ -26,6 +26,7 @@ BR2_PACKAGE_NTP_NTPDC=y BR2_PACKAGE_NTP_NTPQ=y BR2_PACKAGE_NTP_NTPTIME=y BR2_PACKAGE_NTP_TICKADJ=y +BR2_PACKAGE_TCPDUMP=y BR2_PACKAGE_SYSKLOGD=y BR2_PACKAGE_SYSKLOGD_LOGGER=y BR2_PACKAGE_MG=y diff --git a/configs/curios_arm64_defconfig b/configs/curios_arm64_defconfig index 70b70be..d2d6457 100644 --- a/configs/curios_arm64_defconfig +++ b/configs/curios_arm64_defconfig @@ -27,6 +27,7 @@ BR2_PACKAGE_NTP_NTPDC=y BR2_PACKAGE_NTP_NTPQ=y BR2_PACKAGE_NTP_NTPTIME=y BR2_PACKAGE_NTP_TICKADJ=y +BR2_PACKAGE_TCPDUMP=y BR2_PACKAGE_SYSKLOGD=y BR2_PACKAGE_SYSKLOGD_LOGGER=y BR2_PACKAGE_MG=y