Skip to content
Snippets Groups Projects
  1. Apr 04, 2017
  2. Apr 03, 2017
  3. Mar 25, 2017
  4. Mar 22, 2017
  5. Mar 15, 2017
    • Piotr Dymacz's avatar
      sysntpd: restore support for peer-less (standalone) mode · 6e44f47a
      Piotr Dymacz authored
      
      ntpd from Busybox supports peer-less (standalone) mode when it's started
      with option -l and without any peer provided with option -p. In this
      mode ntpd uses local time as reference and acts as stratum 1 server.
      
      This mode can be used in isolated networks, where Internet access and/or
      other NTP server/s are not available, but the device has some other way
      of getting correct time, like e.g. GPS (ugps supports setting local time
      by default).
      
      Support for this mode was incorrectly disabled/removed in:
      1527f96c
      
      Signed-off-by: default avatarPiotr Dymacz <pepe2k@gmail.com>
      Acked-by: default avatarJo-Philipp Wich <jo@mein.io>
      6e44f47a
  6. Mar 08, 2017
  7. Mar 02, 2017
  8. Feb 21, 2017
  9. Feb 20, 2017
  10. Feb 16, 2017
  11. Feb 11, 2017
  12. Feb 09, 2017
  13. Jan 29, 2017
  14. Jan 24, 2017
  15. Jan 10, 2017
  16. Jan 09, 2017
  17. Jan 05, 2017
  18. Dec 22, 2016
  19. Dec 19, 2016
  20. Dec 16, 2016
  21. Nov 30, 2016
    • Jo-Philipp Wich's avatar
      e2fsprogs: avoid picking up incompatible libcom_err.so · 4596f9b5
      Jo-Philipp Wich authored
      
      Commit 2728512e ("e2fsprogs: List all libraries explicitly") forced the
      e2fsprogs build system to link libcom_err.so in various places.
      
      Unfortunately, the krb5 package also ships a libcom_err.so with a totally
      different ABI and puts it into the global staging directory which causes
      e2fsprogs to pick up this wrong library, leading to the following failure:
      
          	LD blkid
          ../lib/libext2fs.so: undefined reference to `_et_list'
          collect2: error: ld returned 1 exit status
          Makefile:504: recipe for target 'blkid' failed
      
      Change the SYSLIBS specification to explicitely link libcom_err.so.0.0
      which in order to work around the problem.
      
      In the long run, the libcom_err clash between e2fsprogs and krb5 needs to
      be solved properly.
      
      Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
      4596f9b5
  22. Nov 24, 2016
  23. Nov 19, 2016
  24. Nov 08, 2016
  25. Oct 27, 2016
Loading