Changes between Version 44 and Version 45 of OpenWrt/building


Ignore:
Timestamp:
08/18/2025 06:18:38 PM (3 days ago)
Author:
Tim Harvey
Comment:

add step to optionally download and add patches

Legend:

Unmodified
Added
Removed
Modified
  • OpenWrt/building

    v44 v45  
    7272./scripts/feeds update -a
    7373./scripts/feeds install -a
     74# (optional) fetch and apply Gateworks patches from https://dev.gateworks.com/openwrt/24.10/patches/ (you may want to skip this unless you know you need a patch)
     75curl -s https://dev.gateworks.com/openwrt/24.10/patches/ | grep -o 'href="[^"]*\.patch"' | cut -d'"' -f2 | xargs -I {} wget https://dev.gateworks.com/openwrt/24.10/patches/{}
     76git am *.patch
    7477# start with an example config (for ventana use diffconfig.ventana)
    7578wget https://dev.gateworks.com/openwrt/24.10/diffconfig.venice -O .config
     
    8184# copy disk image
    8285cp bin/targets/imx/cortexa53/openwrt-imx-cortexa53-gateworks_venice-squashfs-img.gz /tftpboot/openwrt-venice.img.gz
    83 }}}
     86}}} 
    8487  * for Ventana use https://dev.gateworks.com/openwrt/24.10/diffconfig.venice and target NAND ubi images will be bin/targets/imx/cortexa9/openwrt-imx-cortexa9-gateworks_ventana-large-squashfs-nand.ubi and bin/targets/imx/cortexa9/openwrt-imx-cortexa9-gateworks_ventana-squashfs-nand.ubi
    8588