Skip to content

Instantly share code, notes, and snippets.

@misaka00251
Forked from guliujian/compile
Created March 6, 2018 03:55
Show Gist options
  • Save misaka00251/5807ebb4a821f12cf15c8bf25cd770e8 to your computer and use it in GitHub Desktop.
Save misaka00251/5807ebb4a821f12cf15c8bf25cd770e8 to your computer and use it in GitHub Desktop.
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