Skip to content
Snippets Groups Projects
  1. May 18, 2017
  2. Mar 18, 2017
  3. Jan 10, 2017
  4. Dec 16, 2016
  5. Oct 31, 2016
  6. Oct 15, 2016
  7. Jun 27, 2016
  8. Jun 07, 2016
  9. Mar 24, 2016
  10. Feb 18, 2016
  11. Dec 23, 2015
  12. Dec 17, 2015
  13. Dec 05, 2015
  14. Nov 03, 2015
    • Felix Fietkau's avatar
      lldpd: implement a reload hook · 322de410
      Felix Fietkau authored
      
      Seems the default one is not working as expected.
      The way that reload should work is that the 'start' service
      call should return 1 (if lldpd is running) and then a normal
      restart would be called.
      
      However, for lldpd a reload would mean just clearing all custom TLVs
      (if they're configured) and reloading the configuration.
      
      So, this patch adds a reload hook, which would:
       - 'start' lldpd if it's not running (because we return 1 if not running)
       - reload configuration if it is running (also previously
          clearing custom TLVs if present)
      
      Signed-off-by: default avatarAlexandru Ardelean <ardeleanalex@gmail.com>
      
      SVN-Revision: 47367
      322de410
  15. Oct 05, 2015
  16. Sep 16, 2015
  17. Jun 03, 2015
  18. May 31, 2015
    • John Crispin's avatar
      lldpd: disable xml explicitly · 2bc9e8e5
      John Crispin authored
      
      This prevents auto-detection of libxml2 and thus the error:
      Package lldpd is missing dependencies for the following libraries:
      libxml2.so.2
      
      Preventing a dependency to libxml2 is preferred, since libxml2
      would be a out-of-(core-)tree dependency.
      
      Reported-by: Buildbot
      Signed-off-by: default avatarMichael Heimpold <mhei@heimpold.de>
      
      SVN-Revision: 45859
      2bc9e8e5
  19. May 28, 2015
  20. Mar 24, 2015
  21. Mar 21, 2015
  22. Mar 16, 2015
  23. Mar 13, 2015
  24. Mar 12, 2015
  25. Mar 01, 2015
  26. Jan 09, 2015
  27. Nov 11, 2014
  28. Nov 03, 2014
    • John Crispin's avatar
      license info - revert r43155 · 74a3a77b
      John Crispin authored
      
      turns out that r43155 adds duplicate info.
      
      Signed-off-by: default avatarJohn Crispin <blogic@openwrt.org>
      
      SVN-Revision: 43167
      74a3a77b
    • John Crispin's avatar
      Add more license tags with SPDX identifiers · c10d9748
      John Crispin authored
      
      Note, that licensing stuff is a nightmare: many packages does not clearly
      state their licenses, and often multiple source files are simply copied
      together - each with different licensing information in the file headers.
      
      I tried hard to ensure, that the license information extracted into the OpenWRT's
      makefiles fit the "spirit" of the packages, e.g. such small packages which
      come without a dedicated source archive "inherites" the OpenWRT's own license
      in my opinion.
      
      However, I can not garantee that I always picked the correct information
      and/or did not miss license information.
      
      Signed-off-by: default avatarMichael Heimpold <mhei@heimpold.de>
      
      SVN-Revision: 43155
      c10d9748
  29. Nov 02, 2014
  30. Oct 08, 2014
  31. Sep 11, 2014
  32. Jan 29, 2014
Loading