Created
April 29, 2021 23:23
-
-
Save yonderbread/1b65b1f3b1e8f6406002124ebcb6fe2a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt update | |
sudo apt-get install -y libtool-bin cmake libproxy-dev uuid-dev liblzo2-dev autoconf automake bash bison bzip2 diffutils file flex m4 g++ gawk groff-base libtool libslang2 make patch perl pkg-config shtool subversion tar texinfo zlib1g zlib1g-dev gettext libexpat1-dev libssl-dev cvs gperf unzip python libxml-parser-perl gcc-multilib gconf-editor libxml2-dev g++-multilib gitk libncurses5 mtd-utils libncurses5-dev libvorbis-dev git autopoint autogen sed build-essential intltool libelf1:i386 libglib2.0-dev xutils-dev lib32z1-dev lib32stdc++6 xsltproc gtk-doc-tools | |
cd $HOME | |
git clone https://github.com/RMerl/am-toolchains | |
git clone https://github.com/RMerl/asuswrt-merlin.ng | |
mkdir ~/amng-build | |
rsync -a --del ~/asuswrt-merlin.ng/ ~/amng-build | |
sudo ln -s ~/am-toolchains/brcm-arm-sdk/hndtools-arm-linux-2.6.36-uclibc-4.5.3 /opt/brcm-arm | |
ln -s ~/am-toolchains/brcm-arm-sdk ~/amng-build/release/src-rt-6.x.4708/toolchains | |
echo "PATH=\$PATH:/opt/brcm-arm/bin" >> ~/.profile | |
cd ~/amng-build/release/src-rt-6.x.4708 | |
make rt-ac68u |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment