firmware/bsp/board_wdr4900.bsp

16 lines
258 B
Plaintext

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