Skip to content

Releases: on-prem/tinycore-network

Bugfix for regression in v1.11.0

20 Jan 09:28
@aw aw
6f2b7d5
Compare
Choose a tag to compare
  • Fix bug in timeout call introduced in v1.11.0

Bugfix for Busybox breaking change

19 Jan 06:05
@aw aw
ac1e4fa
Compare
Choose a tag to compare
  • Add backward compatible bugfix for newer versions of Busybox 'timeout'

Conditionally clear resolv.conf

04 Jul 00:22
@aw aw
6b6a7b2
Compare
Choose a tag to compare
  • [bugfix] Only wipe /etc/resolv.conf if a domain or dns entry exists

Flush routes first

22 Feb 08:05
@aw aw
4288ea3
Compare
Choose a tag to compare
  • [bugfix] IPv6 routes should be removed before configuring the IP, not after

Display failed message

27 Nov 08:48
@aw aw
d0a283b
Compare
Choose a tag to compare
  • Display 'Failed' if the IP or NTP configuration fails

Ensure NTP is configured after IP

21 Nov 04:19
@aw aw
3989539
Compare
Choose a tag to compare
  • [bugfix] Ensure NTP is configured after the interface is configured
  • Increase NTP server timeout to 60 seconds (20 seconds per attempt)
  • Send NTP setup queries to log file
  • Add module.l with module info

Restore interface wait

14 Oct 04:44
@aw aw
8401e04
Compare
Choose a tag to compare
  • Restore "sleep" (10s) while waiting for network interface
  • Ensure udhcpc pid file is removed after killing the process

Add NTP support

01 Oct 06:51
@aw aw
f1a1976
Compare
Choose a tag to compare
  • Configure NTP settings if ntpserver is provided
  • Change NTP server timeout to 30 seconds
  • Change console message when bringing up interface

Manage /etc/hosts

03 Oct 13:52
@aw aw
fd49498
Compare
Choose a tag to compare
  • Change script output colour
  • Manually manage /etc/hosts instead of calling sethostname

Add original scripts and GPL license

24 Mar 15:02
@aw aw
5686b1d
Compare
Choose a tag to compare
Pre-release
  • Add original udhcpc.script from BusyBox
  • Add LICENSE-GPL for BusyBox's udhcpc scripts