From a2d9409ac4a582f6810ec60c704ad470ef2a12f1 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sun, 29 Jan 2023 23:28:39 +0800 Subject: [PATCH] sunxi: switch to wpad-basic-openssl for r1s h5 Signed-off-by: Tianling Shen --- target/linux/sunxi/image/cortexa53.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/sunxi/image/cortexa53.mk b/target/linux/sunxi/image/cortexa53.mk index 3b5e55c793..f783350643 100644 --- a/target/linux/sunxi/image/cortexa53.mk +++ b/target/linux/sunxi/image/cortexa53.mk @@ -39,7 +39,7 @@ define Device/friendlyarm_nanopi-r1s-h5 DEVICE_VENDOR := FriendlyARM DEVICE_MODEL := Nanopi R1S H5 DEVICE_PACKAGES := kmod-gpio-button-hotplug kmod-usb-net-rtl8152 \ - kmod-rtl8189es wpad-basic + kmod-rtl8189es wpad-basic-openssl SUPPORTED_DEVICES:=nanopi-r1s-h5 $(Device/sun50i-h5) endef