Skip to content
Snippets Groups Projects
  1. 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
  2. Apr 08, 2023
  3. Jan 17, 2023
  4. Jan 16, 2023
  5. Oct 27, 2021
  6. Apr 20, 2021
  7. Feb 24, 2021
  8. Feb 21, 2021
  9. Feb 03, 2021
  10. Jan 23, 2021
  11. Aug 18, 2020
  12. Aug 05, 2020
  13. Aug 04, 2020
  14. Mar 22, 2020
  15. Mar 15, 2020
  16. Mar 01, 2020
  17. Aug 30, 2017
  18. Jun 09, 2017
  19. Oct 06, 2015
  20. Oct 05, 2015
  21. Sep 30, 2015
  22. Jun 29, 2015
  23. Jun 16, 2015
  24. Mar 02, 2015
  25. Feb 22, 2015
  26. Feb 10, 2015
  27. Dec 01, 2014
  28. Aug 06, 2014
    • Thomas Bahn's avatar
      aiccu: Fix typo · 05b0c46d
      Thomas Bahn authored
      The option 'tunnel_id' from aiccu is called 'tunnelid' in the UCI config file.
      05b0c46d
  29. Aug 02, 2014
  30. Jun 23, 2014
Loading