AC series:https://github.com/SWRT-dev/asuswrt-bcm-ac
AX series:https://github.com/SWRT-dev/asuswrt-bcm
- DO NOT USE root user for git or compilation!!!
- if you are in china, you need a network proxy
-
Install Ubuntu 64bit,Ubuntu 18 LTS x64 and Mint 19.1 are recommended
-
Run
sudo apt-get update
in terminal, and then runsudo apt-get -y install build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev libz-dev patch python3.5 python2.7 unzip zlib1g-dev lib32gcc1 libc6-dev-i386 subversion flex uglifyjs git-core gcc-multilib p7zip p7zip-full msmtp libssl-dev texinfo libglib2.0-dev xmlto qemu-utils upx libelf-dev autoconf automake libtool autopoint device-tree-compiler g++-multilib antlr3 gperf wget libncurses5:i386 libelf1:i386 lib32z1 lib32stdc++6 gtk-doc-tools intltool binutils-dev cmake lzma liblzma-dev lzma-dev uuid-dev liblzo2-dev xsltproc dos2unix libstdc++5 docbook-xsl-* sharutils autogen shtool gengetopt libltdl-dev libtool-bin
-
Run
git clone https://github.com/SWRT-dev/asuswrt-bcm-ac
to clone the source code -
Run
git clone https://github.com/SWRT-dev/bcm-toolchains
to clone the toolchains -
Run
cd bcm-toolchains
to enter the directory, and follow commands step by stepsudo mkdir -p /opt/toolchains/
sudo ln -sf $(pwd)/hndtools-arm-linux-2.6.36-uclibc-4.5.3 /opt/toolchains/
sudo mkdir -p /projects/
sudo mkdir -p /projects/bca/
sudo mkdir -p /projects/bca/tools/
sudo mkdir -p /projects/bca/tools/linux/
sudo mkdir -p /projects/bca/tools/linux/bin/
sudo ln -sf $(pwd)/hndtools-armeabi-2013.11 /projects/bca/tools/linux/
sudo ln -sf $(pwd)/fwtag.ini /projects/bca/tools/linux/bin/
sudo ln -sf /projects/bca/ /projects/hnd/
chsh -s /bin/bash
sudo ln -sf /bin/bash /bin/sh
-
Run
git clone https://github.com/SWRT-dev/bcmhnd-toolchains
to clone the toolchains -
Run
cd bcmhnd-toolchains
to enter the directory, and follow commands step by stepsudo ln -sf $(pwd)/crosstools-aarch64-gcc-5.3-linux-4.1-glibc-2.22-binutils-2.25 /opt/toolchains/
sudo ln -sf $(pwd)/crosstools-arm-gcc-5.3-linux-4.1-glibc-2.22-binutils-2.25 /opt/toolchains/
-
Build firmware
cd asuswrt-bcm-ac/release/src-rt-6.x.4708
make rt-ac68u
cd asuswrt-bcm-ac/release/src-rt-7.14.114.x/src
make rt-ac88u
make rt-ac3100
make rt-ac5300
cd asuswrt-bcm-ac/release/src-rt-5.02hnd
make rt-ac86u
make gt-ac2900
git checkout gtac5300 && make gt-ac5300
Build result will be produced to
asuswrt-bcm/release/src-rt-xxxxx/image
directoryasuswrt-bcm-ac/release/src-rt-6.x.4708/image
asuswrt-bcm-ac/release/src-rt-7.14.114.x/src/image
asuswrt-bcm-ac/release/src-rt-5.02hnd/image
This source code is promised to be compiled successfully.
You can use this source code freely, but please link this GitHub repository when redistributing. Thank you for your cooperation!
If this project does help you, please consider donating to support the development of this project.