main
…
…
This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
tp-link GPL code readme
1. This package contains all GPL code used by tp-link with Linux OS.
2. All components have been built successfully on Ubuntu 18.04 Workstation.
3. Recommended using "root" or "sudo" command to build the code.
4. 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.
Simple build
1. Issue the folloing command with root privilege:
./build_XB430v.sh
Expert build
1. Build components with root privilege:
first of all ,cd platform/build
1)Build u-boot bootloader
make MODEL=XB430v SPEC=US1 env_build boot_build
2)Build linux kernel image
make MODEL=XB430v SPEC=US1 kernel_build
3)Build some modules
make MODEL=XB430v SPEC=US1 modules_build
4)Build some application, such as busybox, iptables and so on.
make MODEL=XB430v SPEC=US1 apps_build
5)Build rootfs
make MODEL=XB430v SPEC=US1 fs_build
6)Build image
make MODEL=XB430v SPEC=US1 image_build
Then, you will find the image in directory platform/targets/XB430v/US1/image