mbox

[0/1] makedevs: Improved handling of multiple device generation i.e. count > 0 in device table

Message ID cover.1355486138.git.kibo@prevas.dk
State Not Applicable
Headers show

Pull-request

git://gitorious.org//~kibo/oe-lite/kibos-base master

Message

Kim Bøndergaard Dec. 14, 2012, 12:01 p.m. UTC
makedevs has the option of creating multiple devices from just one line in the provided
configuration table. Until now the devices would be appended with an increasing decimal number.

With this patch the appended number can be in hexadecimal.

The following changes since commit 39a86e2323951ca6d7f269f8d1de2d65be3e7287:

  busybox, mdev: Added option for disabling mdev -s in sysv-init (2012-12-14 09:04:43 +0100)

are available in the git repository at:

  git://gitorious.org//~kibo/oe-lite/kibos-base master
  http://gitorious.org//~kibo/oe-lite/kibos-base/commits/kibomaster

Kim Bøndergaard (1):
  makedevs: Improved handling of multiple device generation i.e. count
    > 0 in device table

 recipes/makedevs/makedevs-1.0.0/makedevs.c | 24 +++++++++++++++++++++---
 1 file changed, 21 insertions(+), 3 deletions(-)