Created
March 6, 2018 03:12
-
-
Save guliujian/1512ebb608246504f44dae0901bdfc9c to your computer and use it in GitHub Desktop.
This file contains 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
curl https://downloads.lede-project.org/releases/17.01.4/targets/ar71xx/generic/lede-sdk-17.01.4-ar71xx-generic_gcc-5.4.0_musl-1.1.16.Linux-x86_64.tar.xz -LO | |
xz -d lede-sdk-17.01.4-ar71xx-generic_gcc-5.4.0_musl-1.1.16.Linux-x86_64.tar.xz | |
tar -xvf lede-sdk-17.01.4-ar71xx-generic_gcc-5.4.0_musl-1.1.16.Linux-x86_64.tar | |
git clone https://github.com/mchome/openwrt-dogcom.git package/openwrt-dogcom | |
make package/openwrt-dogcom/compile V=99 -j1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment