From c34ee9ebfd4657d29118edc8bc687a813f854b0c Mon Sep 17 00:00:00 2001 From: Giulio Date: Thu, 21 May 2020 19:50:13 +0200 Subject: [PATCH] Removed dhcpcd, added isc-dhcp-server --- buildroot/configs/pcengines_apu2_defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildroot/configs/pcengines_apu2_defconfig b/buildroot/configs/pcengines_apu2_defconfig index 2cf067a..ad1a6c4 100644 --- a/buildroot/configs/pcengines_apu2_defconfig +++ b/buildroot/configs/pcengines_apu2_defconfig @@ -27,7 +27,7 @@ BR2_PACKAGE_LIBCURL_CURL=y # BR2_PACKAGE_LIBCURL_COOKIES_SUPPORT is not set # BR2_PACKAGE_LIBCURL_EXTRA_PROTOCOLS_FEATURES is not set BR2_PACKAGE_LIBCURL_TLS_NONE=y -BR2_PACKAGE_DHCPCD=y +BR2_PACKAGE_DHCP_SERVER=y BR2_PACKAGE_DROPBEAR=y # BR2_PACKAGE_DROPBEAR_CLIENT is not set BR2_PACKAGE_DROPBEAR_DISABLE_REVERSEDNS=y @@ -68,4 +68,4 @@ BR2_TARGET_ROOTFS_ISO9660=y BR2_TARGET_ROOTFS_ISO9660_BOOT_MENU="board/pcengines/apu2/isolinux.cfg" BR2_TARGET_ROOTFS_ISO9660_HYBRID=y # BR2_TARGET_ROOTFS_TAR is not set -BR2_TARGET_SYSLINUX=y \ No newline at end of file +BR2_TARGET_SYSLINUX=y