Skip to content
Snippets Groups Projects
  1. Oct 15, 2020
    • Felix Fietkau's avatar
      build: always build package/kernel/linux · 95343579
      Felix Fietkau authored
      
      build: always build package/kernel/linux
      
      If no in-tree module packages are selected, the build system does not process
      package/kernel/linux. This package is required for building the virtual
      'kernel' package, which is specified as a dependency for all kernel packages.
      
      Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
      95343579
  2. Aug 31, 2020
  3. Aug 07, 2019
  4. Jan 19, 2019
    • Jo-Philipp Wich's avatar
      build: add ABI_VERSION to binary package names · e6bcf1e4
      Jo-Philipp Wich authored
      
      Add the ABI_VERSION source makefile variable to the binary package basename
      and resolve source dependencies on packages with ABI_VERSION set to such
      expanded names.
      
      If for example a package specifies DEPENDS:=libopenssl while the OpenSSL
      Makefile specifies ABI_VERSION:=1.0.0, the resulting ipk control data
      dependency will be "Depends: libopenssl1.0.0" and the libopenssl ipk file
      will be called "libopenssl1.0.0_<version>_<arch>.ipk".
      
      The next time a library such as OpenSSL is updated to an incompatible
      version, the ABI_VERSION shall be changed accordingly to prevent opkg from
      simply upgrading to an incompatible library without considering the
      dependencies of already installed packages.
      
      Also introduce another "SourceName" control field which is required by
      the newly introduced "scritps/ipkg-remove" to determine the proper related
      .ipk files to delete upon buildroot package clean operations.
      
      Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
      e6bcf1e4
  5. Mar 07, 2018
  6. Jan 13, 2018
  7. May 02, 2017
  8. Feb 21, 2017
  9. Feb 09, 2017
  10. Jan 22, 2017
  11. Jan 19, 2017
    • Jo-Philipp Wich's avatar
      build: fix triggering opkg/host compilation · 1fb673ee
      Jo-Philipp Wich authored
      
      Commit 131db366 "build: remove separate /install step for host builds" dropped
      the package/*/host/install targets in favor to performing the install steps
      within the compile target instead.
      
      Adjust package/Makefile accordingly in order to prevent a missing
      staging_dir/host/bin/opkg when staging package archives into the rootfs.
      
      Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
      1fb673ee
  12. Jan 18, 2017
  13. Jan 10, 2017
    • Felix Fietkau's avatar
      opkg: drop S/MIME support · 9cdf852a
      Felix Fietkau authored
      
      It has never been used by default (due to being too bloated), and it is
      properly replaced by usign (which has been the default for a long time
      now).
      
      Remove this feature to simplify the build system
      
      Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
      9cdf852a
  14. Dec 26, 2016
  15. Dec 17, 2016
  16. Sep 25, 2016
  17. Aug 01, 2016
  18. Jul 29, 2016
  19. Apr 06, 2016
  20. Apr 17, 2016
  21. Mar 04, 2016
  22. Jan 31, 2016
  23. Jan 24, 2016
  24. Dec 13, 2015
  25. Jul 14, 2015
  26. Jun 25, 2015
    • Matteo Croce's avatar
      fix mklibs with musl · c37d7a7e
      Matteo Croce authored
      crate a relative symlink to libc.so because
      make wildcard function ignores broken symlinks
      
      SVN-Revision: 46123
      c37d7a7e
  27. Jun 14, 2015
  28. May 26, 2015
  29. Apr 06, 2015
  30. Sep 16, 2014
  31. Sep 11, 2014
  32. Aug 07, 2014
Loading