<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/examples, branch 1_15_1</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_15_1</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_15_1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2009-07-23T19:30:30+00:00</updated>
<entry>
<title>chmod 755 some files in examples/*</title>
<updated>2009-07-23T19:30:30+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-07-23T19:30:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=7cc5a504658f0ebf5d7d0d457c1a907898ac68af'/>
<id>urn:sha1:7cc5a504658f0ebf5d7d0d457c1a907898ac68af</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>depmod.pl: recurse through module dependencies</title>
<updated>2009-07-09T04:28:48+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2009-07-09T04:28:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=4c8a721b45ed1a9bfd83ec87e26a8c60550a15e7'/>
<id>urn:sha1:4c8a721b45ed1a9bfd83ec87e26a8c60550a15e7</id>
<content type='text'>
The previous fix up loaded dependencies two deep, but really that was an
incomplete fix as we need to load dependencies all the way down.  So change
the code to run recursively through all dependencies.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>fix dependencies of FEATURE_GETOPT_LONG</title>
<updated>2009-07-04T14:50:43+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-07-04T14:50:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=b22bbfffec182997827b0a71eeb93ddafbde602c'/>
<id>urn:sha1:b22bbfffec182997827b0a71eeb93ddafbde602c</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>Added kernel patch for /proc/self/exe to examples</title>
<updated>2009-07-02T10:04:50+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-07-02T10:04:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=cf4e503875814ce6e4ff8666fb4a0350ca72c6e4'/>
<id>urn:sha1:cf4e503875814ce6e4ff8666fb4a0350ca72c6e4</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>examples/udhcp/udhcpd.conf: update</title>
<updated>2009-06-17T11:22:26+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-06-17T11:22:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=2b0e95780863da44f6a9244699ece8620a599e19'/>
<id>urn:sha1:2b0e95780863da44f6a9244699ece8620a599e19</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>tftp: do not risk invoking Sorcerer's Apprentice syndrome</title>
<updated>2009-05-10T21:27:43+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-05-10T21:27:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=c8ab67cad852ec2457adf15bf7883c2f5cdb1b00'/>
<id>urn:sha1:c8ab67cad852ec2457adf15bf7883c2f5cdb1b00</id>
<content type='text'>
examples/udhcp/simple.script: fix incorrect test for $1

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>depmod.pl: updates and fixes galore</title>
<updated>2009-05-06T00:14:12+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2009-05-06T00:14:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=2b6497ba84a3c612738a5939c142e33480e8e0f6'/>
<id>urn:sha1:2b6497ba84a3c612738a5939c142e33480e8e0f6</id>
<content type='text'>
The helper script needs updating to match latest busybox modprobe behavior
in that all dependencies need to be listed, not just the immediate ones.
Along the way, fix symbol prefixed ports, optimize the output, and add
some more depmod compatible options.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>tweak example udhcp script</title>
<updated>2009-04-21T00:17:00+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-04-21T00:17:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=1b47bbdfa485aa7361c44718ddb29ba75a9cfe7b'/>
<id>urn:sha1:1b47bbdfa485aa7361c44718ddb29ba75a9cfe7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update example udhcpc script</title>
<updated>2009-04-16T20:04:09+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-04-16T20:04:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=ea4f0847c3d765a782eb9afe3b0f9fb0659cd1bc'/>
<id>urn:sha1:ea4f0847c3d765a782eb9afe3b0f9fb0659cd1bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix example of vcsa creation</title>
<updated>2008-07-26T14:02:24+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-07-26T14:02:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=160e6fa53ae434a5dc3e82f69cb2f0264b86f6ee'/>
<id>urn:sha1:160e6fa53ae434a5dc3e82f69cb2f0264b86f6ee</id>
<content type='text'>
</content>
</entry>
</feed>
