Skip to content
Snippets Groups Projects
  1. Sep 02, 2016
  2. May 30, 2016
  3. May 29, 2016
  4. May 28, 2016
  5. Apr 22, 2016
  6. Apr 21, 2016
  7. Apr 20, 2016
  8. Apr 10, 2016
    • Clemens John's avatar
      Disable parallel building because it leads to random compile errors. Details:... · 303052d7
      Clemens John authored
      Disable parallel building because it leads to random compile errors. Details: OpenWrt uses Buildroot and the buildroot documentation notes: "You should never use make -jN with Buildroot: top-level parallel make is currently not supported. Instead, use the BR2_JLEVEL option to tell Buildroot to run the compilation of each individual package with make -jN." This means parallel building of the OpenWrt tools and toolchain is not supported. But parallel building of the OpenWrt packages is and can be enabled using the BR2_JLEVEL option. I tried this but sadly without luck. Seems like packages do not get build in parallel when using BR2_JLEVEL. Maybe because the OpenWrt buildroot is wrapped into some Gluon stuff...
      
      Signed-off-by: default avatarClemens John <clemens.john@floh1111.de>
      303052d7
  9. Mar 23, 2016
  10. Mar 22, 2016
  11. Mar 21, 2016
  12. Mar 10, 2016
Loading