1
0
Files
TP-Link_XR500v_v2-6/tclinux_phoenix/bootrom/Makefile_C.release
2016-11-30 09:03:17 +08:00

16 lines
288 B
Plaintext
Executable File

bootlzma:
./mic -l boot.bin tcboot.bin
./byteswap tcboot.bin
make -C ../tools/trx/
mv tcboot.bin tcboot.bin.swap
../tools/trx/trx -t tcboot.bin.swap
bootload:
./mic -l boot.bin tcboot.bin
./byteswap tcboot.bin
clean:
rm -f tcboot.bin
rm -f boot.bin.swap
rm -f tcboot.bin.swap