master
…
…
…
…
TP-LINK GPL code readme
1. This package contains all GPL code used by TP-LINK DSL Routers with Linux OS.
2. All components have been built successfully on Redhat Enterprise Linux 4.0 Workstation.
3. Compiling components in this package on platforms other than Redhat Enterprise Linux 4.0 Workstation may cause unexpected results.
4. Recommended using "root" or "sudo" command to build the code.
5. After building the code, you will get the uboot and linux kernel image, then you can make rootfs with mksquashfs too, but you can't upgrade these images to your router through web management page.
Build Instructions
1. All build targets are in ./GPL_Archer_VR600V3/build/, you should enter this directory to build components.
Simple build
1. Issue the following command with non root privilege:
./build_tools.sh
2. Issue the folloing command with root privilege:
./build_VR600V3.sh
Expert build
1. Build toolchain and tools with non root privilege.
make MODEL=VR600V3 env_build
2. Build components with root privilege:
1)Build u-boot bootloader
make boot_build
2)Build linux kernel image
make kernel_build
3)Build some kernel modules, such as netfilter, netsched.
make modules_build
4)Build some application, such as busybox, iptables and so on.
make apps_build
5)Build rootfs
make fs_build
6)Build image
make image_build
Then, you will find the image in directory targets/image_VR300V1_20/.
Description
No description provided
https://static.tp-link.com/upload/gpl-code/2024/202410/20241031/GPL_Archer_VR600V3.zip
669 MiB
Releases
3
v1.7.0 240929
Latest
Languages
C
79.2%
Roff
5.5%
Makefile
2.9%
Java
2.8%
Shell
2.2%
Other
6.7%