Changes between Version 44 and Version 45 of OpenWrt/building
- Timestamp:
- 08/18/2025 06:18:38 PM (3 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenWrt/building
v44 v45 72 72 ./scripts/feeds update -a 73 73 ./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) 75 curl -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/{} 76 git am *.patch 74 77 # start with an example config (for ventana use diffconfig.ventana) 75 78 wget https://dev.gateworks.com/openwrt/24.10/diffconfig.venice -O .config … … 81 84 # copy disk image 82 85 cp bin/targets/imx/cortexa53/openwrt-imx-cortexa53-gateworks_venice-squashfs-img.gz /tftpboot/openwrt-venice.img.gz 83 }}} 86 }}} 84 87 * 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 85 88