9 lines
171 B
TOML
9 lines
171 B
TOML
[wpa_supplicant]
|
|
source = "git"
|
|
git = "https://w1.fi/hostap.git"
|
|
include_regex = 'hostap(_\d+)+'
|
|
prefix = "hostap_"
|
|
from_pattern = "_"
|
|
to_pattern = "."
|
|
use_max_tag = true
|