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