From c12a9ba26396dd0c836dc2dd79ea8bbf5f517067 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Bl=C3=A4se?= Date: Sun, 4 Dec 2022 23:29:13 +0100 Subject: [PATCH] Use wpad-basic instead of wpad-basic-wolfssl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The flash of some devices is too small to accomodate the additional wolfssl library, which is included by default on OpenWrt 22.03. In the future, the currently included mbedtls library should be replaced with wolfssl, so WPA3, OWE and 802.11s encryption can be used. Signed-off-by: Fabian Bläse --- bsp/ath79-generic/.config | 3 +++ bsp/ipq40xx-generic/.config | 3 +++ bsp/ipq806x-generic/.config | 3 +++ bsp/mpc85xx-p1010/.config | 3 +++ bsp/octeon/.config | 3 +++ bsp/ramips-mt7621/.config | 3 +++ bsp/ramips-mt76x8/.config | 3 +++ bsp/x86-64/.config | 3 +++ 8 files changed, 24 insertions(+) diff --git a/bsp/ath79-generic/.config b/bsp/ath79-generic/.config index 67c0f57..6d3ba03 100644 --- a/bsp/ath79-generic/.config +++ b/bsp/ath79-generic/.config @@ -83,7 +83,10 @@ CONFIG_KERNEL_SQUASHFS_FRAGMENT_CACHE_SIZE=1 CONFIG_PACKAGE_hostapd-mini=y CONFIG_PACKAGE_iwinfo=m CONFIG_PACKAGE_libiwinfo=m +CONFIG_PACKAGE_libwolfssl=m CONFIG_PACKAGE_opkg=m +CONFIG_PACKAGE_wpad-basic=y +CONFIG_PACKAGE_wpad-basic-wolfssl=m CONFIG_PACKAGE_wpad-mini=m CONFIG_PACKAGE_ath10k-firmware-qca9887=m CONFIG_PACKAGE_ath10k-firmware-qca9888=m diff --git a/bsp/ipq40xx-generic/.config b/bsp/ipq40xx-generic/.config index 4f1ee1f..3318161 100644 --- a/bsp/ipq40xx-generic/.config +++ b/bsp/ipq40xx-generic/.config @@ -20,6 +20,9 @@ CONFIG_PACKAGE_ath10k-firmware-qca4019=m CONFIG_PACKAGE_ath10k-firmware-qca4019-ct=m CONFIG_PACKAGE_kmod-ath10k=m CONFIG_PACKAGE_kmod-ath10k-ct=m +CONFIG_PACKAGE_libwolfssl=m CONFIG_PACKAGE_opkg=m +CONFIG_PACKAGE_wpad-basic=y +CONFIG_PACKAGE_wpad-basic-wolfssl=m CONFIG_STRIP_KERNEL_EXPORTS=y CONFIG_PACKAGE_kmod-hwmon-core=y diff --git a/bsp/ipq806x-generic/.config b/bsp/ipq806x-generic/.config index d4997bf..f6869c1 100644 --- a/bsp/ipq806x-generic/.config +++ b/bsp/ipq806x-generic/.config @@ -23,7 +23,10 @@ CONFIG_CLEAN_IPKG=y # CONFIG_FASTD_ENABLE_METHOD_GENERIC_GMAC is not set # CONFIG_FASTD_ENABLE_METHOD_GENERIC_UMAC is not set # CONFIG_PACKAGE_ALFRED_VIS is not set +CONFIG_PACKAGE_libwolfssl=m CONFIG_PACKAGE_opkg=m +CONFIG_PACKAGE_wpad-basic=y +CONFIG_PACKAGE_wpad-basic-wolfssl=m CONFIG_PACKAGE_ath10k-firmware-qca99x0=m CONFIG_PACKAGE_kmod-ath10k=y CONFIG_PACKAGE_ath10k-firmware-qca99x0-ct=m diff --git a/bsp/mpc85xx-p1010/.config b/bsp/mpc85xx-p1010/.config index 4ce729b..5167558 100644 --- a/bsp/mpc85xx-p1010/.config +++ b/bsp/mpc85xx-p1010/.config @@ -23,6 +23,9 @@ CONFIG_CLEAN_IPKG=y # CONFIG_FASTD_ENABLE_METHOD_GENERIC_GMAC is not set # CONFIG_FASTD_ENABLE_METHOD_GENERIC_UMAC is not set # CONFIG_PACKAGE_ALFRED_VIS is not set +CONFIG_PACKAGE_libwolfssl=m CONFIG_PACKAGE_opkg=m +CONFIG_PACKAGE_wpad-basic=y +CONFIG_PACKAGE_wpad-basic-wolfssl=m CONFIG_STRIP_KERNEL_EXPORTS=y CONFIG_TARGET_SQUASHFS_BLOCK_SIZE=512 diff --git a/bsp/octeon/.config b/bsp/octeon/.config index 9cd47d1..9a561d2 100644 --- a/bsp/octeon/.config +++ b/bsp/octeon/.config @@ -16,6 +16,9 @@ CONFIG_TARGET_PER_DEVICE_ROOTFS=y CONFIG_CLEAN_IPKG=y # CONFIG_DROPBEAR_CURVE25519 is not set # CONFIG_PACKAGE_ALFRED_VIS is not set +CONFIG_PACKAGE_libwolfssl=m CONFIG_PACKAGE_opkg=m +CONFIG_PACKAGE_wpad-basic=y +CONFIG_PACKAGE_wpad-basic-wolfssl=m CONFIG_STRIP_KERNEL_EXPORTS=y CONFIG_TARGET_SQUASHFS_BLOCK_SIZE=512 diff --git a/bsp/ramips-mt7621/.config b/bsp/ramips-mt7621/.config index bc7766a..3e4fd23 100644 --- a/bsp/ramips-mt7621/.config +++ b/bsp/ramips-mt7621/.config @@ -29,6 +29,9 @@ CONFIG_CLEAN_IPKG=y # CONFIG_FASTD_ENABLE_METHOD_GENERIC_GMAC is not set # CONFIG_FASTD_ENABLE_METHOD_GENERIC_UMAC is not set # CONFIG_PACKAGE_ALFRED_VIS is not set +CONFIG_PACKAGE_libwolfssl=m CONFIG_PACKAGE_opkg=m +CONFIG_PACKAGE_wpad-basic=y +CONFIG_PACKAGE_wpad-basic-wolfssl=m CONFIG_STRIP_KERNEL_EXPORTS=y CONFIG_TARGET_SQUASHFS_BLOCK_SIZE=512 diff --git a/bsp/ramips-mt76x8/.config b/bsp/ramips-mt76x8/.config index 59ec0a4..6be14b2 100644 --- a/bsp/ramips-mt76x8/.config +++ b/bsp/ramips-mt76x8/.config @@ -29,5 +29,8 @@ CONFIG_CLEAN_IPKG=y # CONFIG_FASTD_ENABLE_METHOD_GENERIC_GMAC is not set # CONFIG_FASTD_ENABLE_METHOD_GENERIC_UMAC is not set # CONFIG_PACKAGE_ALFRED_VIS is not set +CONFIG_PACKAGE_libwolfssl=m CONFIG_PACKAGE_opkg=m +CONFIG_PACKAGE_wpad-basic=y +CONFIG_PACKAGE_wpad-basic-wolfssl=m CONFIG_STRIP_KERNEL_EXPORTS=y diff --git a/bsp/x86-64/.config b/bsp/x86-64/.config index a9cf70c..e995bae 100644 --- a/bsp/x86-64/.config +++ b/bsp/x86-64/.config @@ -15,5 +15,8 @@ CONFIG_TARGET_PER_DEVICE_ROOTFS=y CONFIG_CLEAN_IPKG=y # CONFIG_PACKAGE_ALFRED_VIS is not set CONFIG_PACKAGE_kmod-vmxnet3=y +CONFIG_PACKAGE_libwolfssl=m CONFIG_PACKAGE_opkg=m +CONFIG_PACKAGE_wpad-basic=y +CONFIG_PACKAGE_wpad-basic-wolfssl=m CONFIG_STRIP_KERNEL_EXPORTS=y