Skip to content

Commit 52cae1d

Browse files
committed
have now also upgraded gateway with mostly success
1 parent 559bcbe commit 52cae1d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

hosts.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,8 @@ all:
487487
openwrt_router_packages: true
488488
inet_addr_suffix: 254
489489

490+
firmware_image: vm/openwrt-24.10.1-x86-64-generic-squashfs-combined-efi.img.gz
491+
490492
packages_to_install: 'qemu-ga,pciutils'
491493
b1300:
492494
deprecated: true
@@ -564,6 +566,8 @@ all:
564566
openwrt_heavy_installation: true
565567
inet_addr_suffix: 245
566568

569+
firmware_image: vm/openwrt-24.10.1-x86-64-generic-squashfs-combined-efi.img.gz
570+
567571
packages_to_install: 'qemu-ga,pciutils,kmod-mt7921-firmware,kmod-mt7921u'
568572

569573
# mode_5ghz: AC

roles/openwrt/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
block:
1818
- name: install router packages
1919
opkg:
20-
name: luci-app-sqm,avahi-dbus-daemon,adblock,luci-app-adblock,msmtp,ethtool,arp-scan,ifstat,bind-dig,darkstat,luci-app-nlbwmon,luci-app-statistics,vnstat,vnstati,luci-app-vnstat,ip-bridge,bridge # ip-bridge is for `bridge vlan` command, bridge gives more complete control of brctl
20+
name: luci-app-sqm,avahi-dbus-daemon,adblock,luci-app-adblock,msmtp,ethtool,arp-scan,ifstat,bind-dig,darkstat,luci-app-nlbwmon,luci-app-statistics,vnstat,vnstati,ip-bridge,bridge # ip-bridge is for `bridge vlan` command, bridge gives more complete control of brctl
2121
# instead of port mirroring, perhaps we can configure ecowitt mirroring of port 8000->homeassistant:4199 via port forwards ,port-mirroring
2222
state: present
2323

@@ -49,7 +49,7 @@
4949
opkg:
5050
# kmod-tcp-bbr was on b1300 prior to 21.02.1 upgrade - no idea how
5151
# it got there
52-
name: luci-app-banip
52+
name: luci-app-vnstat,luci-app-banip
5353
state: present
5454
ignore_errors: true
5555

0 commit comments

Comments
 (0)