firmware/bsp/board_wdr4300.bsp

18 lines
474 B
Plaintext

machine=wdr4300
chipset=ar71xx
target=$builddir/$machine
images=(
"openwrt-ar71xx-generic-tl-wdr3500-v1-squashfs-sysupgrade.bin"
"openwrt-ar71xx-generic-tl-wdr3600-v1-squashfs-sysupgrade.bin"
"openwrt-ar71xx-generic-tl-wdr4300-v1-squashfs-sysupgrade.bin"
"openwrt-ar71xx-generic-tl-wdr4310-v1-squashfs-sysupgrade.bin"
)
board_prepare() {
echo "nothing todo" > /dev/null
}
board_prebuild() {
echo "nothing todo" > /dev/null
}