Skip to content
Snippets Groups Projects
  1. May 25, 2015
  2. May 21, 2015
  3. May 11, 2015
  4. May 10, 2015
    • Felix Fietkau's avatar
      include: make dtb argument optional in MkFIT · 2be2604a
      Felix Fietkau authored
      
      As mkits.sh makes the -d argument optional, we'll make this same
      argument optional in the MkFIT function as well.
      
      With this change, MkFIT can be used both to generate FIT images with DT,
      and without DT.
      
      Signed-off-by: default avatarMathieu Olivari <mathieu@qca.qualcomm.com>
      
      SVN-Revision: 45660
      2be2604a
    • Felix Fietkau's avatar
      build: don't call prereq for any package/symlinks rules · 58683312
      Felix Fietkau authored
      
      Most of the time, we want to make sure OpenWrt has been configured and
      setup before start running make. However, in case of package/symlinks,
      forcing prereq as a dependency creates multiple issues:
      *when executed on a clean workspace, it will prompt for user input
       and open a menuconfig window before executing the feeds command
      *the only way around that is to provide a .config. However, the "prereq"
       target would then run a "make defconfig", which will remove all the
       packages in the .config but from external feeds, as feeds have not been
       installed yet.
      
      The only way to currently work around this, is to generate a fake config
      by running "make defconfig", then "make package/symlinks", copy the real
      config (which at this point disregards the previously generated config),
      and run make defconfig again. Something like this:
      
      make defconfig
      make package/symlinks
      cp real.config .config
      make defconfig
      
      This change is removing the need for the first defconfig, making the
      process more logical for OpenWrt users using the package/symlinks target.
      
      Signed-off-by: default avatarMathieu Olivari <mathieu@qca.qualcomm.com>
      
      SVN-Revision: 45657
      58683312
  5. May 03, 2015
  6. Apr 23, 2015
  7. Apr 22, 2015
  8. Apr 20, 2015
  9. Apr 19, 2015
  10. Apr 18, 2015
  11. Apr 16, 2015
  12. Apr 14, 2015
  13. Apr 13, 2015
  14. Apr 11, 2015
  15. Apr 10, 2015
  16. Apr 08, 2015
  17. Apr 07, 2015
  18. Apr 06, 2015
  19. Apr 03, 2015
  20. Apr 02, 2015
  21. Apr 01, 2015
  22. Mar 31, 2015
Loading