target: update wpad variant selection

We use wpad-openssl by default.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen
2026-05-11 15:06:55 +08:00
parent 2abf273729
commit dfdc8e4238
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -64,7 +64,7 @@ define Device/airoha_an7581-evb-emmc-eagle
DEVICE_MODEL := AN7581 Evaluation Board (eMMC + Eagle)
DEVICE_DTS := an7581-evb-emmc-eagle
DEVICE_PACKAGES := kmod-i2c-an7581 airoha-en7581-mt7996-npu-firmware \
kmod-mt7996-firmware wpad-basic-mbedtls
kmod-mt7996-firmware wpad-openssl
ARTIFACT/preloader.bin := an7581-preloader rfb
ARTIFACT/bl31-uboot.fip := an7581-bl31-uboot rfb
ARTIFACTS := preloader.bin bl31-uboot.fip
@@ -76,7 +76,7 @@ define Device/airoha_an7581-evb-emmc-kite
DEVICE_MODEL := AN7581 Evaluation Board (eMMC + Kite)
DEVICE_DTS := an7581-evb-emmc-kite
DEVICE_PACKAGES := kmod-i2c-an7581 airoha-en7581-npu-firmware \
kmod-mt7992-firmware wpad-basic-mbedtls
kmod-mt7992-firmware wpad-openssl
ARTIFACT/preloader.bin := an7581-preloader rfb
ARTIFACT/bl31-uboot.fip := an7581-bl31-uboot rfb
ARTIFACTS := preloader.bin bl31-uboot.fip
+1 -1
View File
@@ -134,7 +134,7 @@ define Device/mikrotik_routerboard-960pgs
DEVICE_MODEL := RouterBOARD 960PGS (hEX PoE/PowerBox Pro)
IMAGE_SIZE := 16256k
DEVICE_PACKAGES += kmod-usb2 kmod-i2c-gpio kmod-sfp kmod-dsa-qca8k -swconfig \
-kmod-switch-ar8xxx -iwinfo -kmod-ath9k -wpad-basic-mbedtls
-kmod-switch-ar8xxx -iwinfo -kmod-ath9k -wpad-openssl
endef
TARGET_DEVICES += mikrotik_routerboard-960pgs
+1 -1
View File
@@ -366,7 +366,7 @@ define Device/rongpin_rp-t113
$(call Device/FitImageGzip)
DEVICE_VENDOR := Rongpin
DEVICE_MODEL := RP-T113
DEVICE_PACKAGES:=kmod-rtc-sunxi kmod-rtl8xxxu rtl8723bu-firmware wpad-basic-mbedtls
DEVICE_PACKAGES:=kmod-rtc-sunxi kmod-rtl8xxxu rtl8723bu-firmware wpad-openssl
SOC := sun8i-t113s
IMAGE/sdcard.img.gz := sunxi-sdcard | append-metadata | gzip
endef