firmware/bsp/board_ar71xx.bsp

29 lines
1.3 KiB
Plaintext

machine=ar71xx
chipset=ar71xx
target=$builddir/$machine
images=("openwrt-ar71xx-generic-ubnt-nano-m-squashfs-sysupgrade.bin"
"openwrt-ar71xx-generic-ubnt-loco-m-xw-squashfs-sysupgrade.bin"
"openwrt-ar71xx-generic-tl-wr740n-v4-squashfs-sysupgrade.bin"
"openwrt-ar71xx-generic-tl-wr741nd-v2-squashfs-sysupgrade.bin"
"openwrt-ar71xx-generic-tl-wr741nd-v4-squashfs-sysupgrade.bin"
"openwrt-ar71xx-generic-tl-wr841nd-v7-squashfs-sysupgrade.bin"
"openwrt-ar71xx-generic-tl-wr841n-v8-squashfs-sysupgrade.bin"
"openwrt-ar71xx-generic-tl-wr841n-v9-squashfs-sysupgrade.bin"
"openwrt-ar71xx-generic-tl-wr841n-v10-squashfs-sysupgrade.bin"
"openwrt-ar71xx-generic-tl-wr842n-v2-squashfs-sysupgrade.bin"
"openwrt-ar71xx-generic-tl-wr1043nd-v1-squashfs-sysupgrade.bin"
"openwrt-ar71xx-generic-tl-wr1043nd-v2-squashfs-sysupgrade.bin"
"openwrt-ar71xx-generic-tl-wr1043nd-v3-squashfs-sysupgrade.bin"
"openwrt-ar71xx-generic-tl-wa860re-v1-squashfs-sysupgrade.bin"
"openwrt-ar71xx-generic-tl-wa850re-v1-squashfs-sysupgrade.bin"
"openwrt-ar71xx-generic-gl-ar150-squashfs-sysupgrade.bin"
)
board_prepare() {
echo "nothing todo" > /dev/null
}
board_prebuild() {
echo "nothing todo" > /dev/null
}