From e84e5de4510a4cacee6d941fb19337b2d2706d52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Bl=C3=A4se?= Date: Wed, 4 Dec 2024 14:19:51 +0100 Subject: [PATCH] mvebu: remove wpad and hostapd from bsp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No device in the mvebu bsp has wireless capabilites, so wpad/hostapd are not required. At the same time, hostapd consumes a whole cpu core under some circumstances. Therefore, remove wpad and hostapd from the mvebu target, until they are required by a new device. Signed-off-by: Fabian Bläse --- bsp/mvebu-cortexa72/.config | 2 -- 1 file changed, 2 deletions(-) diff --git a/bsp/mvebu-cortexa72/.config b/bsp/mvebu-cortexa72/.config index bf09225b..6cf84100 100644 --- a/bsp/mvebu-cortexa72/.config +++ b/bsp/mvebu-cortexa72/.config @@ -36,8 +36,6 @@ CONFIG_PACKAGE_libuclient=m CONFIG_PACKAGE_libwolfssl=m CONFIG_PACKAGE_opkg=m CONFIG_PACKAGE_uclient-fetch=m -CONFIG_PACKAGE_wpad-basic=y -CONFIG_PACKAGE_wpad-basic-wolfssl=m CONFIG_PACKAGE_yafut=m CONFIG_STRIP_KERNEL_EXPORTS=y # CONFIG_TARGET_ROOTFS_EXT4FS is not set