Go to file
2021-05-31 15:32:28 +08:00
.github/workflows update github action 2021-05-29 19:23:19 +08:00
feeds add xe300 profile 2021-05-31 15:32:28 +08:00
patches-18.x first commit 2021-05-27 17:58:57 +08:00
patches-19.x update profile 2021-05-29 16:48:52 +08:00
patches-21.x first commit 2021-05-27 17:58:57 +08:00
patches-qsdk11 first commit 2021-05-27 17:58:57 +08:00
patches-qsdk53 first commit 2021-05-27 17:58:57 +08:00
patches-siflower-18.x feat: GL-SF1200 support 2021-05-31 13:05:09 +08:00
patches-trunk first commit 2021-05-27 17:58:57 +08:00
profiles add xe300 profile 2021-05-31 15:32:28 +08:00
.gitignore first commit 2021-05-27 17:58:57 +08:00
config-18.x.yml first commit 2021-05-27 17:58:57 +08:00
config-19.x.yml first commit 2021-05-27 17:58:57 +08:00
config-21.x.yml first commit 2021-05-27 17:58:57 +08:00
config-qsdk11.yml first commit 2021-05-27 17:58:57 +08:00
config-qsdk53.yml first commit 2021-05-27 17:58:57 +08:00
config-siflower-18.x.yml update: siflower SDK commit 2021-05-31 13:08:37 +08:00
config-trunk.yml first commit 2021-05-27 17:58:57 +08:00
config.yml first commit 2021-05-27 17:58:57 +08:00
README.md improve README.md 2021-05-31 09:49:15 +08:00
requirements.txt first commit 2021-05-27 17:58:57 +08:00
setup.py first commit 2021-05-27 17:58:57 +08:00

Under development, please do not use

Development

Requirements

You need the following tools to compile OpenWrt, the package names vary between distributions. A complete list with distribution specific packages is found in the Build System Setup documentation.

$ sudo apt install binutils bzip2 diff find flex gawk gcc-6+ getopt grep install libc-dev libz-dev make4.1+ perl python3.6+ rsync subversion unzip which libncurses5-dev zlib1g-dev gawk gcc-multilib g++-multilib flex git-core gettext libssl-dev ocaml sharutils re2c -y

And This development tools requires Python 3.6 or higher! Please use the following command to check,

$ python3 --version
Python 3.6.13

$ ls -l /usr/bin/python3*
 /usr/bin/python3 -> python3.6
 /usr/bin/python3.5
 /usr/bin/python3.5-config -> x86_64-linux-gnu-python3.5-config
 /usr/bin/python3.5m
 /usr/bin/python3.5m-config -> x86_64-linux-gnu-python3.5m-config
 /usr/bin/python3.6
 /usr/bin/python3.6-config -> x86_64-linux-gnu-python3.6-config
 /usr/bin/python3.6m
 /usr/bin/python3.6m-config -> x86_64-linux-gnu-python3.6m-config
 /usr/bin/python3.9
 /usr/bin/python3.9-config -> x86_64-linux-gnu-python3.9-config
 /usr/bin/python3-config -> python3.5-config
 /usr/bin/python3m -> python3.5m
 /usr/bin/python3m-config -> python3.5m-config

Quickstart