diff options
-rw-r--r-- | changelog | 8 | ||||
-rw-r--r-- | scripts | 3 |
2 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,11 @@ +busybox (1.32.0-2) trunk + + * busybox: The networking service init script is again included if + ifup or ifdown are enabled. It was missing from version 1.32.0-1 + after upstream split the ifup/ifdown configuration option into two. + + -- Patrick McDermott <patrick.mcdermott@libiquity.com> Thu, 10 Dec 2020 06:23:11 -0500 + busybox (1.32.0-1) trunk * New upstream release. @@ -6,7 +6,8 @@ FEATURE_MOUNT_FSTAB mountall S30 K70 FEATURE_MOUNT_FLAGS mountdevsubfs S03 K97 FEATURE_MOUNT_FLAGS mountkernfs S01 K99 FEATURE_MOUNT_FLAGS mounttmpfs S03 K97 -IFUPDOWN networking S20 K80 +IFUP networking S20 +IFDOWN networking K80 NTPD ntpd enabled SYSLOGD syslog enabled TELNETD telnetd disabled |