SeattleMeshnet / meshbox

The Hyperboria peering device
https://github.com/hyperboria/cjdns
GNU General Public License v3.0
141 stars 25 forks source link

add buildsdk.sh script #44

Closed dangowrt closed 9 years ago

dangowrt commented 9 years ago

a script to build OpenWrt SDK & IB, hardened and with musl libc.

examples: buildsdk.sh ar71xx buildsdk.sh malta buildsdk.sh realview buildsdk.sh x86 64 ; # yes, space rather than underscore! buildsdk.sh x86 kvm_guest ; # for 32-bit qemu images

The resulting SDK can then be used to build cjdns snapshot packages for development and (automated) testing.

Signed-off-by: Daniel Golle daniel@makrotopia.org