21 lines
No EOL
730 B
Text
21 lines
No EOL
730 B
Text
machine=wr741
|
|
target=$builddir/$machine
|
|
|
|
board_prepare() {
|
|
echo "nothing todo" > /dev/null
|
|
}
|
|
|
|
board_prebuild() {
|
|
echo "nothing todo" > /dev/null
|
|
}
|
|
|
|
board_postbuild() {
|
|
cp $target/bin/ar71xx/openwrt-ar71xx-generic-tl-wr741nd-v1-squashfs-factory.bin ./bin/fff_wr741nd-v1-$version-factory.bin
|
|
cp $target/bin/ar71xx/openwrt-ar71xx-generic-tl-wr741nd-v1-squashfs-sysupgrade.bin ./bin/fff_wr741nd-v1-$version-sysupgrade.bin
|
|
cp $target/bin/ar71xx/openwrt-ar71xx-generic-tl-wr741nd-v2-squashfs-factory.bin ./bin/fff_wr741nd-v2-$version-factory.bin
|
|
cp $target/bin/ar71xx/openwrt-ar71xx-generic-tl-wr741nd-v2-squashfs-sysupgrade.bin ./bin/fff_wr741nd-v2-$version-sysupgrade.bin
|
|
}
|
|
|
|
board_clean() {
|
|
/bin/rm -rf $target bin/*$machine*
|
|
} |