build.conf 1.1 KB

123456789101112131415161718192021222324252627282930
  1. # Edit this file for your preferences, it will be read by build.sh
  2. # SEE http://www.kernel.org/ for latest kernel info
  3. # this is the name of the pet package suffix, and source sfs
  4. # name it whatever you like, usually put in a signifier for your distro
  5. # eg: "s" is for slacko
  6. package_name_suffix=my_build
  7. # this is the kernel suffix hack, you can leave it empty
  8. # "uname -r" will show the suffix too. It patches the Makefile
  9. # if you don't leave empty the leading "dash" is required
  10. #custom_suffix=-rt #example
  11. custom_suffix=
  12. # this is the version of the vanilla kernel, usually latest is best
  13. # or follow an LTS branch
  14. # THIS WILL ALMOST CERTAINLY NEED CHANGING
  15. # see kernel.org
  16. kernel_version="3.8.5"
  17. # below is a list of kernel mirrors
  18. # uncomment the closest one to you
  19. # make sure only one is uncommented!
  20. # you can search for more mirrors and use them
  21. # YOU CAN UNCOMMENT 1 BELOW, COMMENT UNCOMMENTED DEFAULT IF YOU DO
  22. # only 1 mirror is allowed
  23. kernel_mirror="http://www.kernel.org/pub/linux/kernel/v3.0/"
  24. #kernel_mirror="http://mirror.aarnet.edu.au/pub/ftp.kernel.org/linux/kernel/v3.0/"