Changes between Version 5 and Version 6 of OpenWrt/upstream


Ignore:
Timestamp:
03/18/2026 08:12:58 PM (17 hours ago)
Author:
Tim Harvey
Comment:

added 25.12 release info

Legend:

Unmodified
Added
Removed
Modified
  • OpenWrt/upstream

    v5 v6  
    88== Patches
    99
    10 While upstream  can be used and is compatible with the Gateworks Venice SBCs, it does not include any custom patches that Gateworks has listed here: [https://dev.gateworks.com/openwrt/24.10/patches/]
     10While upstream OpenWrt can be used and is compatible with the Gateworks Venice SBCs, it does not include any custom patches that Gateworks has listed here: [https://dev.gateworks.com/openwrt/25.12/patches/]
    1111
    12 These patches are usually for features that may or may not be required in your system.
    13 So while it is possible to use the OpenWrt firmware selector and builder, one can still build the Gateworks OpenWrt release via the instructions here: [wiki:OpenWrt/building#BuildingOpenWrtforGateworksProducts]
     12These patches are usually for features that may or may not be required in your system. So while it is possible to use the OpenWrt firmware selector and builder, one can still build the Gateworks OpenWrt release via the instructions here: [wiki:OpenWrt/building#BuildingOpenWrtforGateworksProducts]
    1413
    1514== Image Selector
     
    3029
    3130If using an upstream pre-built image it will be a minimal package install and you can use package management to install pre-built packages in the OpenWrt package feeds:
     31 * 25.12 stable releases:
     32  - uses APK packaging:
     33{{{#!bash
     34# show installed packages
     35apk info
     36# update package feeds
     37apk update
     38# install a kernel config package (enable kernel config in /proc/config.gz)
     39apk add kmod-ikconfig
     40# install ath11k support for qcn9074
     41apk add kmod-ath11k-pci ath11k-firmware-qcn9074
     42}}}
    3243 * 24.10 / 23.05 stable releases:
    3344  - these use OPKG based on /etc/opkg/distfeeds.conf