Skip to content
Snippets Groups Projects
  1. Nov 20, 2019
  2. Nov 13, 2019
  3. Oct 08, 2019
  4. Jul 29, 2019
    • Karel Koci's avatar
      compile_pkgs: rename secondary options section · 1135576d
      Karel Koci authored
      Configuration override options was misleading. In reality those are
      options you most probably don't want to mess too much with so let's call
      them rather advanced options.
      
      This also moves PUBLISH_BRANCH in example configuration file to
      section: don't mess with. This is because now we provide it from
      defaults and user just should not mess with it unless he know what he is
      doing.
      1135576d
    • Karel Koci's avatar
      compile_pkgs: drop confusing option to specify OpenWRT branch · ba159dad
      Karel Koci authored
      OpenWRT commit to be used is specified in feeds.conf file with rest of
      feeds now so it makes not sense to overwrite it. This is just confusing
      without any real gain in here. You can always modify feeds.conf file to
      achieve the same.
      ba159dad
  5. May 30, 2019
    • Josef Schlehofer's avatar
      compile_pkgs: git option is depth not deep · a7758417
      Josef Schlehofer authored
      Thanks to midnightmagic, who pointed out it on IRC channel #turris on Freenode
      a7758417
    • Karel Koci's avatar
      compile_pkgs: don't run it under sudo and build everything · c0bb6791
      Karel Koci authored and Josef Schlehofer's avatar Josef Schlehofer committed
      Parameter -e is now obsolete and by default, we want to build everything.
      Removed it from turris-build.conf.example
      
      Because of that we or users don't need to select packages in make
      menuconfig which we or they want to build. Now each package will be selected
      but not compiled which depends on user choice.
      
      Also, compile_pkgs shouldn't be run under root or with sudo. Do it as
      normal user.
      c0bb6791
  6. May 16, 2019
  7. Apr 28, 2019
  8. Apr 23, 2019
  9. Mar 14, 2019
  10. Mar 13, 2019
  11. Mar 12, 2019
    • Karel Koci's avatar
      compile_pkgs: fix problem with ignored packages from feeds · ddec4d9b
      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.
      ddec4d9b
  12. Feb 25, 2019
  13. Feb 14, 2019
  14. Feb 06, 2019
  15. Jan 24, 2019
  16. Dec 06, 2018
  17. Nov 30, 2018
  18. Nov 24, 2018
  19. Nov 22, 2018
  20. Nov 21, 2018
  21. Nov 20, 2018
  22. Nov 19, 2018