Skip to content
Snippets Groups Projects
  1. Mar 13, 2019
  2. Mar 12, 2019
    • Karel Koci's avatar
      compile_pkgs: fix problem with ignored packages from feeds · 41cfb113
      Karel Koci authored
      This fixes problem with ignored packages that were introduced by patch.
      What this does is that it installs packages after patching is done. It
      also first updates indexes again before installation.
      
      Because this feature was originally split between two function but
      patch_feeds had to be inserted to the middle of get_feeds I decided to
      drop both and used upper repatch_feeds instead. This means that we are
      no longer able to get and patch feeds separately but I think that this
      separation was almost useless.
      Verified
      41cfb113
  3. Feb 25, 2019
  4. Feb 06, 2019
  5. Dec 06, 2018
  6. Nov 30, 2018
  7. Nov 24, 2018
  8. Nov 22, 2018
  9. Nov 21, 2018
  10. Nov 20, 2018
  11. Nov 19, 2018
  12. Nov 02, 2018
  13. Oct 31, 2018
  14. Oct 29, 2018
  15. Oct 27, 2018
    • Karel Koci's avatar
      compile_fw: fix git configuration and that way clean builds · 687024e4
      Karel Koci authored
      Previous change to compile_fw broken execution in clean directory
      (without git). compile_fw could not been run, not even to display help.
      
      This commit changes how configuration is applied to git tree of OpenWRT.
      It is used only when needed and never set to git tree it self.
      
      This introduces new _git function. This function is not required to be
      used every time but for `git commit` and `git am` it is necessary to use
      it instead of plain git.
      Verified
      687024e4
  16. Oct 22, 2018