Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kiehlufer: use Cudy AP3000 for corerouter #1196

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions group_vars/model_cudy_ap3000_v1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
target: mediatek/filogic
openwrt_version: snapshot
brand_nice: Cudy
model_nice: AP3000
version_nice: v1

int_port: eth0

wireless_devices:
- name: 11a_standard
band: 5g
htmode_prefix: HE
path: platform/soc/18000000.wifi+1
ifname_hint: wlan5
- name: 11g_standard
band: 2g
htmode_prefix: HE
path: platform/soc/18000000.wifi
ifname_hint: wlan2
2 changes: 1 addition & 1 deletion locations/kiehlufer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ hosts:

- hostname: kiehlufer-core
role: corerouter
model: "cudy_x6-v1"
model: "cudy_ap3000-v1"
wireless_profile: freifunk_default
openwrt_version: 24.10-SNAPSHOT
log_size: 1024
Expand Down