ap24: correct model, revert to wpa2 for flash space reasons

This commit is contained in:
Astro 2023-04-01 01:12:34 +02:00
parent e1ad3f3726
commit 9392b9c05a
1 changed files with 2 additions and 2 deletions

View File

@ -433,7 +433,7 @@
}; };
}; };
location = "Farbwerk"; location = "Farbwerk";
model = "tl-wr740n-v1"; model = "tl-wr740n-v4";
role = "ap"; role = "ap";
wifi = { wifi = {
"platform/ar933x_wmac" = { "platform/ar933x_wmac" = {
@ -441,7 +441,7 @@
htmode = "HT40-"; htmode = "HT40-";
ssids = { ssids = {
"ZW public" = { net = "pub"; }; "ZW public" = { net = "pub"; };
farbwerk = { net = "priv12"; }; farbwerk = { net = "priv12"; encryption = "wpa2"; };
}; };
}; };
}; };