build.sh 301 B

12345678910111213141516
  1. #!/bin/sh
  2. ## setup build system and launch a build
  3. ## output will be firmware binary and packages
  4. # so github is recognized
  5. ssh-keygen -F github.com || ssh-keyscan github.com >>~/.ssh/known_hosts
  6. printf "> Starting build\n"
  7. sh scripts/onion-feed-setup.sh
  8. git checkout .config
  9. # build
  10. make -j 3