diff --git a/target/linux/bcm27xx/image/Makefile b/target/linux/bcm27xx/image/Makefile index dfd983267e..ccbaf2f75f 100644 --- a/target/linux/bcm27xx/image/Makefile +++ b/target/linux/bcm27xx/image/Makefile @@ -200,7 +200,7 @@ define Device/rpi-5 DEVICE_PACKAGES := \ cypress-firmware-43455-sdio \ brcmfmac-nvram-43455-sdio \ - kmod-brcmfmac wpad-basic-mbedtls \ + kmod-brcmfmac wpad-basic-openssl \ kmod-hwmon-pwmfan kmod-thermal IMAGE/sysupgrade.img.gz := boot-common | sdcard-img | gzip | append-metadata IMAGE/factory.img.gz := boot-common | sdcard-img | gzip diff --git a/target/linux/d1/image/Makefile b/target/linux/d1/image/Makefile index ea41e65c76..aa528f97da 100644 --- a/target/linux/d1/image/Makefile +++ b/target/linux/d1/image/Makefile @@ -65,7 +65,7 @@ define Device/sipeed_lichee-rv-dock DEVICE_MODEL := LicheePi RV (dock) DEVICE_DTS := allwinner/sun20i-d1-lichee-rv-dock SUPPORTED_DEVICES += lichee_rv_dock - DEVICE_PACKAGES += kmod-rtw88-8723ds wpad-basic-mbedtls + DEVICE_PACKAGES += kmod-rtw88-8723ds wpad-basic-openssl UBOOT := lichee_rv_dock endef TARGET_DEVICES += sipeed_lichee-rv-dock @@ -76,7 +76,7 @@ define Device/widora_mangopi-mq-pro DEVICE_MODEL := MQ Pro DEVICE_DTS := allwinner/sun20i-d1-mangopi-mq-pro SUPPORTED_DEVICES += mangopi_mq_pro - DEVICE_PACKAGES += kmod-rtw88-8723ds wpad-basic-mbedtls + DEVICE_PACKAGES += kmod-rtw88-8723ds wpad-basic-openssl UBOOT := mangopi_mq_pro endef TARGET_DEVICES += widora_mangopi-mq-pro diff --git a/target/linux/ixp4xx/image/Makefile b/target/linux/ixp4xx/image/Makefile index 32a16fd135..633c7a19b0 100644 --- a/target/linux/ixp4xx/image/Makefile +++ b/target/linux/ixp4xx/image/Makefile @@ -49,7 +49,7 @@ endef define Device/dlink_dsm_g600_a DEVICE_VENDOR := D-Link DEVICE_MODEL := DSM G600 A - DEVICE_PACKAGES := ixp4xx-microcode-ethernet kmod-rtc-pcf8563 kmod-via-velocity kmod-ata-artop kmod-ath5k wpad-basic-mbedtls + DEVICE_PACKAGES := ixp4xx-microcode-ethernet kmod-rtc-pcf8563 kmod-via-velocity kmod-ata-artop kmod-ath5k wpad-basic-openssl DEVICE_DTS := intel-ixp42x-dlink-dsm-g600 KERNEL := kernel-bin | append-dtb IMAGES := kernel.bin rootfs.bin @@ -61,7 +61,7 @@ TARGET_DEVICES += dlink_dsm_g600_a define Device/freecom_fsg_3 DEVICE_VENDOR := Freecom DEVICE_MODEL := FSG-3 - DEVICE_PACKAGES := ixp4xx-microcode-ethernet kmod-rtc-isl1208 kmod-ath5k wpad-basic-mbedtls + DEVICE_PACKAGES := ixp4xx-microcode-ethernet kmod-rtc-isl1208 kmod-ath5k wpad-basic-openssl # Only 4 MB of Flash so not building by default DEFAULT := n DEVICE_DTS := intel-ixp42x-freecom-fsg-3 @@ -128,7 +128,7 @@ define Device/netgear_wg302v1 DEVICE_VENDOR := Netgear DEVICE_MODEL := WG302 v1 DEVICE_PACKAGES := ixp4xx-microcode-ethernet kmod-phy-amd kmod-ath5k \ - wpad-basic-mbedtls kmod-input-gpio-keys-polled + wpad-basic-openssl kmod-input-gpio-keys-polled # Only 32 MB of RAM and small flash so not building by default DEFAULT := n DEVICE_DTS := intel-ixp42x-netgear-wg302v1 diff --git a/target/linux/lantiq/image/vr9.mk b/target/linux/lantiq/image/vr9.mk index a020ec85f9..acc34a6210 100644 --- a/target/linux/lantiq/image/vr9.mk +++ b/target/linux/lantiq/image/vr9.mk @@ -94,7 +94,7 @@ define Device/arcadyan_vrv9510kwac23 DEVICE_ALT0_VENDOR := Livebox DEVICE_ALT0_MODEL := Next BOARD_NAME := VRV9510KWAC23 - DEVICE_PACKAGES := kmod-b43 wpad-basic-mbedtls broadcom-43222-sprom \ + DEVICE_PACKAGES := kmod-b43 wpad-basic-openssl broadcom-43222-sprom \ broadcom-4360-sprom kmod-usb-dwc2 kmod-ltq-tapi kmod-ltq-vmmc KERNEL_SIZE := 4096k SUPPORTED_DEVICES += arcadyan_vrv9510kwac23 diff --git a/target/linux/mvebu/image/cortexa9.mk b/target/linux/mvebu/image/cortexa9.mk index 8654a94cb1..58389ed879 100644 --- a/target/linux/mvebu/image/cortexa9.mk +++ b/target/linux/mvebu/image/cortexa9.mk @@ -169,7 +169,7 @@ define Device/fortinet_fwf-50e-2r KERNEL_INITRAMFS := kernel-bin | append-dtb | fortigate-header | \ gzip-filename FW502R DEVICE_PACKAGES += kmod-ath10k-ct ath10k-firmware-qca988x-ct \ - wpad-basic-mbedtls + wpad-basic-openssl endef TARGET_DEVICES += fortinet_fwf-50e-2r @@ -179,7 +179,7 @@ define Device/fortinet_fwf-51e DEVICE_DTS := armada-385-fortinet-fwf-51e KERNEL_INITRAMFS := kernel-bin | append-dtb | fortigate-header | \ gzip-filename FWF51E - DEVICE_PACKAGES += kmod-ath9k wpad-basic-mbedtls + DEVICE_PACKAGES += kmod-ath9k wpad-basic-openssl endef TARGET_DEVICES += fortinet_fwf-51e @@ -202,7 +202,7 @@ define Device/iij_sa-w2 IMAGE/sysupgrade.bin := append-kernel | pad-to 64k | \ append-rootfs | pad-rootfs | check-size | append-metadata DEVICE_PACKAGES := kmod-ath9k kmod-ath10k-ct ath10k-firmware-qca988x-ct \ - wpad-basic-mbedtls kmod-dsa-mv88e6xxx + wpad-basic-openssl kmod-dsa-mv88e6xxx endef TARGET_DEVICES += iij_sa-w2 diff --git a/target/linux/starfive/image/Makefile b/target/linux/starfive/image/Makefile index 51bc9c3cc6..b5da487cba 100644 --- a/target/linux/starfive/image/Makefile +++ b/target/linux/starfive/image/Makefile @@ -77,7 +77,7 @@ define Device/visionfive-v1 DEVICE_VENDOR := StarFive DEVICE_MODEL := VisionFive v1 DEVICE_DTS := starfive/jh7100-starfive-visionfive-v1 - DEVICE_PACKAGES := kmod-eeprom-at24 kmod-brcmfmac cypress-firmware-43430-sdio wpad-basic-mbedtls \ + DEVICE_PACKAGES := kmod-eeprom-at24 kmod-brcmfmac cypress-firmware-43430-sdio wpad-basic-openssl \ kmod-usb3 kmod-usb-cdns3-starfive endef TARGET_DEVICES += visionfive-v1 diff --git a/target/linux/stm32/image/Makefile b/target/linux/stm32/image/Makefile index 77c25edaf8..9e89cc1e46 100644 --- a/target/linux/stm32/image/Makefile +++ b/target/linux/stm32/image/Makefile @@ -44,7 +44,7 @@ define Device/Default DEVICE_PACKAGES := kmod-brcmfmac \ murata-firmware-43430-sdio \ murata-nvram-43430-sdio \ - wpad-basic-mbedtls \ + wpad-basic-openssl \ kmod-phy-stm32-usbphyc \ kmod-usb2 \ kmod-usb-storage \ diff --git a/target/linux/sunxi/image/cortexa7.mk b/target/linux/sunxi/image/cortexa7.mk index 9249936191..43d3d750ec 100644 --- a/target/linux/sunxi/image/cortexa7.mk +++ b/target/linux/sunxi/image/cortexa7.mk @@ -200,7 +200,7 @@ define Device/sinovoip_bananapi-p2-zero DEVICE_VENDOR := Sinovoip DEVICE_MODEL := Banana Pi P2 Zero DEVICE_PACKAGES:=kmod-leds-gpio kmod-brcmfmac \ - cypress-firmware-43430-sdio wpad-basic-mbedtls + cypress-firmware-43430-sdio wpad-basic-openssl SOC := sun8i-h2-plus endef TARGET_DEVICES += sinovoip_bananapi-p2-zero