From 9672d6612d3eb05d116866b7858af38b954bf658 Mon Sep 17 00:00:00 2001 From: bryan Date: Sat, 24 Jan 2026 20:04:39 -0500 Subject: [PATCH] Add w1700k_ap --- profiles | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/profiles b/profiles index d070f50..123a6db 100644 --- a/profiles +++ b/profiles @@ -97,6 +97,17 @@ declare -Ag w1700k=( [branches]="https://github.com/OpenWRT-fanboy/OpenW1700k.git@minimal" ) +declare -Ag w1700k_ap=( + [mode]="source" + [device]="gemtek_w1700k" + [target]="airoha/an7581" + [filesystem]="squashfs" + [release]="snapshot" + [packages]="${default_packages[*]} \ + -dnsmasq -odhcpd-ipv6only -nftables -firewall4 tailscale" + [branches]="https://github.com/OpenWRT-fanboy/OpenW1700k.git@minimal" +) + declare -Ag rpi4=( [device]="rpi-4" [target]="bcm27xx/bcm2711"