Changes between Version 5 and Version 6 of OpenWrt/upstream
- Timestamp:
- 03/18/2026 08:12:58 PM (17 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenWrt/upstream
v5 v6 8 8 == Patches 9 9 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/]10 While 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/] 11 11 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] 12 These 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] 14 13 15 14 == Image Selector … … 30 29 31 30 If 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 35 apk info 36 # update package feeds 37 apk update 38 # install a kernel config package (enable kernel config in /proc/config.gz) 39 apk add kmod-ikconfig 40 # install ath11k support for qcn9074 41 apk add kmod-ath11k-pci ath11k-firmware-qcn9074 42 }}} 32 43 * 24.10 / 23.05 stable releases: 33 44 - these use OPKG based on /etc/opkg/distfeeds.conf
