<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/package/busybox, branch 2011.08_rc2</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2011.08_rc2</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2011.08_rc2'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2011-07-27T19:10:13+00:00</updated>
<entry>
<title>busybox: BR2_PACKAGE_BUSYBOX_SHOW_OTHER: remove conditional check</title>
<updated>2011-07-27T19:10:13+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-07-27T19:08:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=4e3ae5ccaba22b6db443a768c8c6a5f2b14d01af'/>
<id>urn:sha1:4e3ae5ccaba22b6db443a768c8c6a5f2b14d01af</id>
<content type='text'>
It is already within an 'if BR2_PACKAGE_BUSYBOX' section.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>busybox: Add busybox-xconfig and busybox-gconfig rules</title>
<updated>2011-07-24T21:57:16+00:00</updated>
<author>
<name>Benoit Mauduit</name>
<email>benoit.mauduit@openwide.fr</email>
</author>
<published>2011-05-16T15:25:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=80eeabc55d3c38d628b43f45545dcb56f5b06bee'/>
<id>urn:sha1:80eeabc55d3c38d628b43f45545dcb56f5b06bee</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>busybox: busybox-1.18.x.config: enable blkid applet</title>
<updated>2011-07-21T20:45:49+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-07-21T20:45:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=4ec2e3bb53ec57e3b64b4b49918a5e8f53e1eb97'/>
<id>urn:sha1:4ec2e3bb53ec57e3b64b4b49918a5e8f53e1eb97</id>
<content type='text'>
Needed by usbmount.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Fix colon location in S01logging script</title>
<updated>2011-07-13T06:14:41+00:00</updated>
<author>
<name>H Hartley Sweeten</name>
<email>hartleys@visionengravers.com</email>
</author>
<published>2011-07-13T00:45:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=72eb844be64567dadd7d619aa049fafbfa347736'/>
<id>urn:sha1:72eb844be64567dadd7d619aa049fafbfa347736</id>
<content type='text'>
The S01logging script currently displays the start/stop messages like this:

Start logging :OK

The normal form for these messages is:

Start logging: OK

Signed-off-by: H Hartley Sweeten &lt;hsweeten@visionengravers.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>busybox: provide /etc/mdev.conf if mdev is used</title>
<updated>2011-07-11T11:41:25+00:00</updated>
<author>
<name>Luca Ceresoli</name>
<email>luca@lucaceresoli.net</email>
</author>
<published>2011-07-11T10:25:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=fc71f7e6f27829a389dacc38622eb687109133f6'/>
<id>urn:sha1:fc71f7e6f27829a389dacc38622eb687109133f6</id>
<content type='text'>
Without an mdev.conf file installed, mdev generates some /dev entries in
an incorrect or non-standard way. Some examples:
 1. /dev/null has permissions 660, but it should be accessible to normal
    users;
 2. alsa devices get created in /dev, not /dev/snd as is more common,
    and as the default value of BR2_PACKAGE_ALSA_LIB_DEVDIR suggests;
 3. event&lt;N&gt; files are created in /dev, not /dev/input.

This mdev.conf is a selection from the examples provided in the busybox
sources with minor tweaks.

Signed-off-by: Luca Ceresoli &lt;luca@lucaceresoli.net&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>busybox: only install S01logging if syslogd applet is enabled</title>
<updated>2011-07-04T19:03:37+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-07-04T19:03:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=abf7af17e95855e9fe2535729f7d83fce603463f'/>
<id>urn:sha1:abf7af17e95855e9fe2535729f7d83fce603463f</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Rework the logging daemons startup</title>
<updated>2011-07-04T18:57:10+00:00</updated>
<author>
<name>Maxime Ripard</name>
<email>maxime.ripard@free-electrons.com</email>
</author>
<published>2011-06-29T13:46:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=ad501b6634dc9d974da7e86299041fe441d58088'/>
<id>urn:sha1:ad501b6634dc9d974da7e86299041fe441d58088</id>
<content type='text'>
The logging mechanism startup being in inittab, it isn't easy to
overcharge the default policy. With this patch, the startup of the
syslog daemon is moved to an init.d script, that can easily be
overwritten.

[Peter: use install -D]
Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Remove obsolete code in busybox.mk</title>
<updated>2011-07-04T08:18:21+00:00</updated>
<author>
<name>Maxime Ripard</name>
<email>maxime.ripard@free-electrons.com</email>
</author>
<published>2011-06-29T13:46:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=7d814728ae38c5479ddb8b519eeb182f756f4291'/>
<id>urn:sha1:7d814728ae38c5479ddb8b519eeb182f756f4291</id>
<content type='text'>
Remove this quirk since the tested code is no longer present in busybox
since 1.10.

Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>busybox: remove quirk for old unsupported versions</title>
<updated>2011-07-04T06:13:48+00:00</updated>
<author>
<name>Maxime Ripard</name>
<email>maxime.ripard@free-electrons.com</email>
</author>
<published>2011-06-29T13:46:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=f1e4aac40ec1271aae5c056243cdc9e2b0b6f2bf'/>
<id>urn:sha1:f1e4aac40ec1271aae5c056243cdc9e2b0b6f2bf</id>
<content type='text'>
This code is no longer useful, since the oldest version supported by
Builroot is 1.16.

Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>busybox: adjust configuration for non-MMU targets</title>
<updated>2011-06-12T19:52:52+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2011-05-30T21:56:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=85e54a6b772ac7423286f6fa6a1a59e761edba54'/>
<id>urn:sha1:85e54a6b772ac7423286f6fa6a1a59e761edba54</id>
<content type='text'>
The swaponoff applet doesn't build (and doesn't make sense) on non-MMU
platforms.

The ash shell cannot build on non-MMU platforms (because it uses
fork()), so select the hush shell instead.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
