<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/busybox/examples, branch master</title>
<subtitle>Busybox tree with Carbs Linux patches
</subtitle>
<id>https://git.carbslinux.org/forks/busybox/atom?h=master</id>
<link rel='self' href='https://git.carbslinux.org/forks/busybox/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/'/>
<updated>2020-12-13T20:35:26+00:00</updated>
<entry>
<title>examples: remove /sbin/ prefixes, system should be configured with $PATH to find utilities</title>
<updated>2020-12-13T20:35:26+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2020-12-13T20:35:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=1b367cbeda9447d771b09831c1e9c83cadbee55e'/>
<id>urn:sha1:1b367cbeda9447d771b09831c1e9c83cadbee55e</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>examples/udhcp/simple.script: fix IPv6 support when using udhcpc</title>
<updated>2020-06-21T01:02:02+00:00</updated>
<author>
<name>Stefan Agner</name>
<email>stefan.agner@toradex.com</email>
</author>
<published>2020-06-16T08:06:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=62744efa472886ea8fdeb262dcb184974e3f88de'/>
<id>urn:sha1:62744efa472886ea8fdeb262dcb184974e3f88de</id>
<content type='text'>
The udhcpc script calls ip addr flush .. which flushes addresses
of any address family, including IPv6. However, busybox udhcpc is
IPv4 only and should not influence IPv6 addressing. Hence use ip
addr flush with family constraint.

The script particularly broke IPv6 SLAAC: Typically when udhcpc
calls the script the kernel already assigned the IPv6 link-local
address. The flush removes the link-local IPv6 address again and
prohibits proper IPv6 operation such as SLAAC since neighbor
discovery protocol relies on IPv6 link-local addressing.

Signed-off-by: Stefan Agner &lt;stefan.agner@toradex.com&gt;
[Taken from https://git.openembedded.org/openembedded-core/commit/meta/recipes-core/busybox/files/simple.script?id=b77541dbb2f442e51842f9d24c8745a6df2d1478]
Signed-off-by: Quentin Schulz &lt;quentin.schulz@streamunlimited.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>Updated inittab example documentation</title>
<updated>2019-11-17T16:48:53+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-11-17T16:48:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=419d0294e9e9c272c0d740e4951dd083d19d479f'/>
<id>urn:sha1:419d0294e9e9c272c0d740e4951dd083d19d479f</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>examples/udhcp/simple.script: print the filename actually changed</title>
<updated>2019-09-12T10:06:46+00:00</updated>
<author>
<name>Rolf Eike Beer</name>
<email>eb@emlix.com</email>
</author>
<published>2019-08-13T15:41:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=7f89ebe18ff2f5b3b5e8b2d617d682cb1d56293b'/>
<id>urn:sha1:7f89ebe18ff2f5b3b5e8b2d617d682cb1d56293b</id>
<content type='text'>
Signed-off-by: Rolf Eike Beer &lt;eb@emlix.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>examples/udhcp/simple.script: up interface on deconfig event</title>
<updated>2019-09-05T12:58:30+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-09-05T12:58:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=81a708393d851b6b35c9bc3efe0e76ae696c07cc'/>
<id>urn:sha1:81a708393d851b6b35c9bc3efe0e76ae696c07cc</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>typo fix in comment</title>
<updated>2019-05-16T12:31:58+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-05-16T12:31:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=a51eec0b5aaee3835a54ca35c65e3cfc87004b97'/>
<id>urn:sha1:a51eec0b5aaee3835a54ca35c65e3cfc87004b97</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>udhcpd: support per-client hostnames in static leases</title>
<updated>2019-05-16T09:18:49+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-05-16T09:18:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=a840884531df649aabc72debb2d6025dabe2abb3'/>
<id>urn:sha1:a840884531df649aabc72debb2d6025dabe2abb3</id>
<content type='text'>
function                                             old     new   delta
read_staticlease                                     222     299     +77
add_server_options                                    92     154     +62
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/0 up/down: 139/0)             Total: 139 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>examples/var_service: use "exec sleep 5" instead of "{ sleep 5; exit; }"</title>
<updated>2019-04-21T12:30:19+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-04-21T12:30:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=1e9a4f56f574471707244db9f7038ad0581dec16'/>
<id>urn:sha1:1e9a4f56f574471707244db9f7038ad0581dec16</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>examples/udhcp/simple.script: fix resolv.conf update if it is a dangling symlink</title>
<updated>2019-04-13T14:58:00+00:00</updated>
<author>
<name>Rolf Eike Beer</name>
<email>eb@emlix.com</email>
</author>
<published>2019-03-28T14:29:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=7180d9ed863e6ea350938b13384548f4f2617528'/>
<id>urn:sha1:7180d9ed863e6ea350938b13384548f4f2617528</id>
<content type='text'>
If /etc/resolv.conf is a symlink to a tmpfs and the actual file does not
already exist, "readlink -f" will not detect it as symlink. Explicitely check
for that condition before and touch the file, making the other code work as
intended.

Signed-off-by: Rolf Eike Beer &lt;eb@emlix.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>service examples: if iface do not exist, retry upping it</title>
<updated>2019-04-05T16:41:48+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-04-05T16:38:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=1e474d3d933bfe56a7f4eab17cf58cc6dd6a881d'/>
<id>urn:sha1:1e474d3d933bfe56a7f4eab17cf58cc6dd6a881d</id>
<content type='text'>
I've had a case of a machine where eth0 was appearing a bit later
after the boot, and appearing _downed_. ifplugd then fails to detect
"link up". Thus, depending on how service startup
("ip link set dev eth0 up") races with driver initialization,
ethernet randomly fails to initialize on boot.

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
