Skip to content
Snippets Groups Projects
  1. Jun 23, 2023
  2. Jun 17, 2023
    • Tianling Shen's avatar
      packr: remove package · 7d07fac8
      Tianling Shen authored
      
      In Go 1.18+ embedded files is natively supported, so this package
      is useless now. It has been archived on Jun 2022 and failed to build
      on the riscv64 target.
      
      Signed-off-by: default avatarTianling Shen <cnsztl@immortalwrt.org>
      (cherry picked from commit 92059f19b01c36bee1d0aee34cd7b07a8fa5a7cf)
      7d07fac8
  3. May 18, 2023
  4. May 16, 2023
  5. Apr 21, 2023
    • Paul Fertser's avatar
      treewide: remove AUTORELEASE · 0c10c224
      Paul Fertser authored
      
      Automatically compute and substitute current values for all
      $(AUTORELEASE) instances as this feature is deprecated and shouldn't be
      used.
      
      The following temporary change was made to the core:
      
      diff --git a/rules.mk b/rules.mk
      index 57d7995d4fa8..f16367de87a8 100644
      --- a/rules.mk
      +++ b/rules.mk
      @@ -429,7 +429,7 @@ endef
       abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))
      
       COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
      -AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
      +AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))
      
       all:
       FORCE: ;
      
      And this command used to fix affected packages:
      
      for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                                    sed 's^.*/\([^/]*\)/Makefile^\1^';);
      do
        make package/$i/download
      done
      
      Signed-off-by: default avatarPaul Fertser <fercerpav@gmail.com>
      0c10c224
  6. Apr 08, 2023
  7. Jan 25, 2023
  8. Jan 22, 2023
  9. Jan 11, 2023
  10. Sep 09, 2022
  11. Jul 06, 2022
  12. Jun 27, 2022
  13. Jun 21, 2022
  14. Jun 16, 2022
  15. May 26, 2022
  16. May 18, 2022
  17. Apr 29, 2022
  18. Apr 17, 2022
  19. Apr 14, 2022
  20. Mar 10, 2022
  21. Jan 19, 2022
  22. Jan 18, 2022
  23. Oct 20, 2021
  24. Oct 10, 2021
  25. Oct 08, 2021
  26. Sep 28, 2021
  27. Sep 25, 2021
  28. Sep 19, 2021
Loading