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

Remove OpenWrt 22.03 #914

Merged
merged 11 commits into from
Jul 26, 2024
1 change: 0 additions & 1 deletion group_vars/model_mikrotik_routerboard_760igs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
target: ramips/mt7621
openwrt_version: 22.03-SNAPSHOT
brand_nice: MikroTik
model_nice: hEX S

Expand Down
1 change: 0 additions & 1 deletion group_vars/model_ubnt_nanostation_ac_loco.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
target: ath79/generic
openwrt_version: 22.03-SNAPSHOT
brand_nice: Ubiquiti
model_nice: Nanostation AC Loco

Expand Down
1 change: 0 additions & 1 deletion group_vars/model_ubnt_nanostation_loco_m5_xm.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
override_target: "ubnt_nanostation-loco-m"
target: ath79/tiny
openwrt_version: 22.03-SNAPSHOT
brand_nice: Ubiquiti
model_nice: Nanostation Loco M5
version_nice: XM
Expand Down
1 change: 0 additions & 1 deletion group_vars/model_ubnt_nanostation_m2_xm.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
override_target: "ubnt_nanostation-m"
target: ath79/tiny
openwrt_version: 22.03-SNAPSHOT
brand_nice: Ubiquiti
model_nice: Nanostation M2
version_nice: XM
Expand Down
1 change: 0 additions & 1 deletion group_vars/model_ubnt_nanostation_m5_xm.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
override_target: "ubnt_nanostation-m"
target: ath79/tiny
openwrt_version: 22.03-SNAPSHOT
brand_nice: Ubiquiti
model_nice: Nanostation M5
version_nice: XM
Expand Down
1 change: 0 additions & 1 deletion group_vars/model_ubnt_unifi_6_lite.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
target: ramips/mt7621
openwrt_version: 22.03-SNAPSHOT
brand_nice: Ubiquiti
model_nice: UniFi 6 Lite

Expand Down
1 change: 0 additions & 1 deletion group_vars/model_ubnt_unifiac_lite.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
target: ath79/generic
openwrt_version: 22.03-SNAPSHOT
brand_nice: Ubiquiti
model_nice: UniFi AC Lite

Expand Down
1 change: 0 additions & 1 deletion group_vars/model_ubnt_unifiac_pro.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
target: ath79/generic
openwrt_version: 22.03-SNAPSHOT
brand_nice: Ubiquiti
model_nice: UniFi AC Mesh Pro

Expand Down
2 changes: 0 additions & 2 deletions group_vars/version_22_03_snapshot.yml

This file was deleted.

2 changes: 2 additions & 0 deletions locations/dragonkiez-adlerhalle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ height: 2
community: true

hosts:
# TODO: upgrade this host to OpenWrt 23.05, special flash procedure required
# see bbb-configs commit ac0e8e53550fba52136eff27ea0b273e9d3eea8f
- hostname: dragonkiez-adlerhalle
role: corerouter
model: "ubnt_unifiac-mesh"
Expand Down
1 change: 0 additions & 1 deletion locations/hds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ hosts:
- hostname: hds-ffraum
role: corerouter
model: "ubnt_unifiac-pro"
openwrt_version: 23.05-SNAPSHOT
wireless_profile: freifunk_default

snmp_devices:
Expand Down
1 change: 0 additions & 1 deletion locations/zwingli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ hosts:
role: ap
model: ubnt_unifiac-lite
wifi_roaming: true
openwrt_version: 23.05-SNAPSHOT

- hostname: zwingli-nno-nf-5ghz
role: ap
Expand Down
3 changes: 0 additions & 3 deletions roles/cfg_openwrt/templates/corerouter/config/firewall.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ config defaults
option forward 'REJECT'
option drop_invalid '0'

config include
option path '/etc/firewall.user'

config zone 'zone_freifunk'
option name 'freifunk'
{% for name in zone_freifunk_networks %}
Expand Down
6 changes: 0 additions & 6 deletions roles/cfg_openwrt/templates/corerouter/firewall.user.j2

This file was deleted.