1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
TP-Link_Archer-XR500v/EN7526G_3.18Kernel_SDK/bootrom/Makefile_C.release
2024-07-22 01:58:46 -03: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