mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 09:32:34 +00:00
1. porting MorseMicro HaLow driver to support HaLow on EAP112 2. Only support FCC regulation because of hardware limitation 3. Add /etc/init.d/halow-gpio-reset to initialize HaLow chip in early stage 4. Add /etc/uci-defaults/aaa-fix-phy0-to-morse to correct the default uci for HaLow radio. Signed-off-by: Ian Chen <ian77_chen@accton.com>
14 lines
272 B
Plaintext
14 lines
272 B
Plaintext
if PACKAGE_wpa_supplicant_s1g
|
|
|
|
config MORSE_WPA_SUPPLICANT_S1G_MESH_NETWORKING
|
|
bool
|
|
default n
|
|
prompt "Enable mesh networking support"
|
|
|
|
config MORSE_WPA_SUPPLICANT_S1G_EAP
|
|
bool
|
|
default n
|
|
prompt "Enable Extensible Authentication Protocol (EAP) support"
|
|
|
|
endif
|