<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/package/busybox, branch 2012.02_rc2</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2012.02_rc2</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2012.02_rc2'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2012-02-14T09:51:12+00:00</updated>
<entry>
<title>busybox: bump 1.19.x stable version</title>
<updated>2012-02-14T09:51:12+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-02-14T09:51:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=7a7bd4b87390d63532b8cce619d6ed1b00b47128'/>
<id>urn:sha1:7a7bd4b87390d63532b8cce619d6ed1b00b47128</id>
<content type='text'>
Identical to 1.19.3 + patches.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Convert busybox to the device declaration method</title>
<updated>2012-02-01T22:04:49+00:00</updated>
<author>
<name>Maxime Ripard</name>
<email>maxime.ripard@free-electrons.com</email>
</author>
<published>2012-01-11T17:53:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=c7746857d102e69e54202763eeb785a45755845d'/>
<id>urn:sha1:c7746857d102e69e54202763eeb785a45755845d</id>
<content type='text'>
Busybox used to declare and create files even if the package was not
enabled through the device table. Remove the entries for busybox in the
device table and move them to the package declaration.

Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;
Acked-by: Thomas De Schampheleire &lt;thomas.de.schampheleire@gmail.com&gt;
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>busybox: add 1.19.3 mdev fix</title>
<updated>2012-01-30T13:44:06+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-01-30T13:44:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=0e80ba177970516e74e280f8091c12d22261380c'/>
<id>urn:sha1:0e80ba177970516e74e280f8091c12d22261380c</id>
<content type='text'>
For details, see
http://lists.busybox.net/pipermail/busybox/2012-January/077236.html

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>busybox: enable CONFIG_FEATURE_MDEV_RENAME</title>
<updated>2012-01-02T21:49:44+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2011-12-24T10:17:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=b12dfaf15cd9c1df55eed225754389303f76b013'/>
<id>urn:sha1:b12dfaf15cd9c1df55eed225754389303f76b013</id>
<content type='text'>
Our default mdev.conf file in package/busybox has lines like:

  pcm.*           root:audio 660 =snd/
  event[0-9]+     root:root 640 =input/

that are used to create the device is the appropriate /dev
subdirectory. However, this feature requires
CONFIG_FEATURE_MDEV_RENAME to be enabled, otherwise mdev complains
with:

  mdev: bad line 25

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>busybox: add 1.19.3 for wget redirect handling</title>
<updated>2011-12-18T21:00:33+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-12-18T21:00:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=2d7d697fbfc2273ed1decd3b1c13411ba7ba24a4'/>
<id>urn:sha1:2d7d697fbfc2273ed1decd3b1c13411ba7ba24a4</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>busybox: remove old unused quirk handling</title>
<updated>2011-11-23T22:36:32+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-11-23T22:36:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=468f1cac8a2dad537bea6cbdabbf34031ceaae42'/>
<id>urn:sha1:468f1cac8a2dad537bea6cbdabbf34031ceaae42</id>
<content type='text'>
The definition of these variables were removed back in June
(7d814728 / f1e4aac4).

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>busybox: rename busybox-update to busybox-update-config</title>
<updated>2011-11-11T19:14:22+00:00</updated>
<author>
<name>Thomas De Schampheleire</name>
<email>patrickdepinguin+buildroot@gmail.com</email>
</author>
<published>2011-10-14T14:56:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=96474df156953cc936ef7f8b25cb182089acf885'/>
<id>urn:sha1:96474df156953cc936ef7f8b25cb182089acf885</id>
<content type='text'>
The original name busybox-update is confusing as it only updates a
configuration file.

Signed-off-by: Thomas De Schampheleire &lt;thomas.de.schampheleire@gmail.com&gt;
Acked-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>busybox: add 1.19.3 getty and modinfo fixes</title>
<updated>2011-11-02T08:34:34+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2011-10-31T12:02:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=9d885487ea49824293ebb410b571dc2f590f56f4'/>
<id>urn:sha1:9d885487ea49824293ebb410b571dc2f590f56f4</id>
<content type='text'>
Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>busybox: bump 1.19.x stable version</title>
<updated>2011-10-29T13:00:22+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-10-29T13:00:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=f3c4d8e53398850f96eae6d3f9a59303d3003e64'/>
<id>urn:sha1:f3c4d8e53398850f96eae6d3f9a59303d3003e64</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>busybox: Fix syntax error when installing S10mdev</title>
<updated>2011-10-26T21:17:42+00:00</updated>
<author>
<name>Philippe Pepiot</name>
<email>phil@philpep.org</email>
</author>
<published>2011-10-26T21:09:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=9d7c922c5c738f4c9520152d52f83c385a4f1a2f'/>
<id>urn:sha1:9d7c922c5c738f4c9520152d52f83c385a4f1a2f</id>
<content type='text'>
Signed-off-by: Philippe Pepiot &lt;phil@philpep.org&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
