Skip to content

Commit

Permalink
build: enable openwrt-24.10 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pktpls committed Nov 5, 2024
1 parent e51f3b5 commit ed561fa
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function usage() {
echo
else
echo "branch names:"
echo " main openwrt-23.05 openwrt-22.03"
echo " main openwrt-24.10 openwrt-23.05 openwrt-22.03"
echo
echo "arch names:"
echo " run build/build.sh with a branch name to see available arch names"
Expand Down Expand Up @@ -74,6 +74,7 @@ unbuf="stdbuf --output=0 --error=0"
(
# pick the right URL
dlurl="$dlmirror/snapshots/targets"
[ "$branch" == "openwrt-24.10" ] && dlurl="$dlmirror/releases/24.10-SNAPSHOT/targets"
[ "$branch" == "openwrt-23.05" ] && dlurl="$dlmirror/releases/23.05-SNAPSHOT/targets"
[ "$branch" == "openwrt-22.03" ] && dlurl="$dlmirror/releases/22.03-SNAPSHOT/targets"
[ "$branch" == "openwrt-21.02" ] && dlurl="$dlmirror/releases/21.02-SNAPSHOT/targets"
Expand Down
37 changes: 37 additions & 0 deletions build/targets-openwrt-24.10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Generated by 'openwrt.git/scripts/dump-target-info.pl architectures'
aarch64_cortex-a53 bcm27xx/bcm2710 bcm4908/generic imx/cortexa53 mediatek/filogic mediatek/mt7622 mvebu/cortexa53 qualcommax/ipq807x sunxi/cortexa53
aarch64_cortex-a72 bcm27xx/bcm2711 mvebu/cortexa72
aarch64_cortex-a76 bcm27xx/bcm2712
aarch64_generic armsr/armv8 layerscape/armv8_64b rockchip/armv8
arm_arm1176jzf-s_vfp bcm27xx/bcm2708
arm_arm926ej-s at91/sam9x mxs/generic
arm_cortex-a15_neon-vfpv4 armsr/armv7 ipq806x/generic ipq806x/chromium
arm_cortex-a5_vfpv4 at91/sama5
arm_cortex-a7 mediatek/mt7629
arm_cortex-a7_neon-vfpv4 bcm27xx/bcm2709 imx/cortexa7 ipq40xx/generic ipq40xx/chromium ipq40xx/mikrotik layerscape/armv7 mediatek/mt7623 sunxi/cortexa7
arm_cortex-a7_vfpv4 at91/sama7
arm_cortex-a8_vfpv3 omap/generic sunxi/cortexa8
arm_cortex-a9 bcm53xx/generic
arm_cortex-a9_neon imx/cortexa9 zynq/generic
arm_cortex-a9_vfpv3-d16 mvebu/cortexa9 tegra/generic
arm_fa526 gemini/generic
arm_xscale kirkwood/generic
armeb_xscale ixp4xx/generic
i386_pentium-mmx x86/legacy x86/geode
i386_pentium4 x86/generic
loongarch64_generic loongarch64/generic
mips64_mips64r2 malta/be64
mips64_octeonplus octeon/generic
mips64el_mips64r2 malta/le64
mips_24kc ath79/generic ath79/mikrotik ath79/nand ath79/tiny lantiq/xrx200 lantiq/xway lantiq/xway_legacy malta/be realtek/rtl839x realtek/rtl930x realtek/rtl931x
mips_4kec realtek/rtl838x
mips_mips32 bmips/bcm6318 bmips/bcm6328 bmips/bcm6358 bmips/bcm6362 bmips/bcm6368 bmips/bcm63268 lantiq/ase
mipsel_24kc malta/le ramips/mt7620 ramips/mt7621 ramips/mt76x8 ramips/rt288x ramips/rt305x
mipsel_24kc_24kf pistachio/generic
mipsel_74kc bcm47xx/mips74k ramips/rt3883
mipsel_mips32 bcm47xx/generic bcm47xx/legacy
powerpc64_e5500 qoriq/generic
powerpc_464fp apm821xx/nand apm821xx/sata
powerpc_8548 mpc85xx/p1010 mpc85xx/p1020 mpc85xx/p2020
riscv64_riscv64 d1/generic sifiveu/generic starfive/generic
x86_64 x86/64

0 comments on commit ed561fa

Please sign in to comment.