mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-18 17:33:31 +00:00
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.
This commit is contained in:
parent
49e1a7c9b2
commit
a08774c525
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user