Skip to content

Releases: on-prem/tinycore-network

Bugfix for regression in v1.11.0

Choose a tag to compare

@aw aw released this 20 Jan 09:28
6f2b7d5
  • Fix bug in timeout call introduced in v1.11.0

Bugfix for Busybox breaking change

Choose a tag to compare

@aw aw released this 19 Jan 06:05
ac1e4fa
  • Add backward compatible bugfix for newer versions of Busybox 'timeout'

Conditionally clear resolv.conf

Choose a tag to compare

@aw aw released this 04 Jul 00:22
6b6a7b2
  • [bugfix] Only wipe /etc/resolv.conf if a domain or dns entry exists

Flush routes first

Choose a tag to compare

@aw aw released this 22 Feb 08:05
4288ea3
  • [bugfix] IPv6 routes should be removed before configuring the IP, not after

Display failed message

Choose a tag to compare

@aw aw released this 27 Nov 08:48
d0a283b
  • Display 'Failed' if the IP or NTP configuration fails

Ensure NTP is configured after IP

Choose a tag to compare

@aw aw released this 21 Nov 04:19
3989539
  • [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

Choose a tag to compare

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

Add NTP support

Choose a tag to compare

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

Manage /etc/hosts

Choose a tag to compare

@aw aw released this 03 Oct 13:52
fd49498
  • Change script output colour
  • Manually manage /etc/hosts instead of calling sethostname

Add original scripts and GPL license

Pre-release

Choose a tag to compare

@aw aw released this 24 Mar 15:02
5686b1d
  • Add original udhcpc.script from BusyBox
  • Add LICENSE-GPL for BusyBox's udhcpc scripts