Skip to content
Snippets Groups Projects
  1. May 23, 2015
  2. May 10, 2015
    • 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
  3. Mar 28, 2015
  4. Oct 22, 2014
  5. Mar 21, 2014
  6. Dec 02, 2012
  7. Oct 21, 2012
  8. Oct 15, 2012
  9. Oct 06, 2012
  10. Jan 19, 2012
  11. Sep 01, 2010
  12. Jul 31, 2010
    • Florian Fainelli's avatar
      fix for GREP_OPTIONS · 7fc192e9
      Florian Fainelli authored
      
      When using GREP_OPTIONS to supply default options to grep, the buildsystem might get broken (For example adding --color=always breaks it)
      This patch will empty the GREP_OPTIONS to prevent the described (and any other) problems related to GREP_OPTIONS
      
      Signed-off-by: default avatarMaarten Bezemer <m.m.bezemer@utwente.nl>
      
      SVN-Revision: 22443
      7fc192e9
  13. May 28, 2009
  14. Mar 03, 2009
  15. Dec 03, 2008
  16. Aug 16, 2008
  17. Aug 04, 2008
  18. Jun 09, 2008
  19. Mar 20, 2008
    • Ralph Hempel's avatar
      fix package/symlinks target, will call scripts/feeds update / install... · 585997f8
      Ralph Hempel authored
      fix package/symlinks target, will call scripts/feeds update / install introduce new package/symlinks-install and package/symlinks-clean targets - package/symlink-install will re-create the index files and the symlinks for all ./feeds (no update from repositories is performed) - package/symlink-clean will delete all installed symlinks (keeping the ./feeds untouched)
      
      SVN-Revision: 10634
      585997f8
  20. Dec 28, 2007
  21. Dec 04, 2007
  22. Nov 04, 2007
  23. Oct 14, 2007
  24. Sep 15, 2007
  25. Sep 08, 2007
  26. Aug 30, 2007
  27. Aug 07, 2007
  28. Jul 31, 2007
  29. Jul 30, 2007
  30. Jul 28, 2007
  31. Jul 16, 2007
Loading