From a08774c5259e9b802427190a1a762e1642f7e7aa Mon Sep 17 00:00:00 2001 From: likanchen <31509805+likanchen@users.noreply.github.com> Date: Sat, 18 Jan 2020 01:35:21 +0800 Subject: [PATCH] Solve a problem during compiling for mt76x8 (#2780) change default package from wpad-basic to wpad-openssl for mt76x8 to solve some problems during compiling. --- target/linux/ramips/mt76x8/target.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/mt76x8/target.mk b/target/linux/ramips/mt76x8/target.mk index f8b21eac0..f3a060466 100644 --- a/target/linux/ramips/mt76x8/target.mk +++ b/target/linux/ramips/mt76x8/target.mk @@ -7,7 +7,7 @@ BOARDNAME:=MT76x8 based boards FEATURES+=usb ramdisk CPU_TYPE:=24kc -DEFAULT_PACKAGES += kmod-mt7603 wpad-basic +DEFAULT_PACKAGES += kmod-mt7603 wpad-openssl define Target/Description Build firmware images for Ralink MT76x8 based boards.