From patchwork Fri Dec 14 12:01:34 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [0/1] makedevs: Improved handling of multiple device generation i.e. count > 0 in device table Date: Fri, 14 Dec 2012 02:01:34 -0000 From: =?utf-8?q?Kim_B=C3=B8ndergaard?= X-Patchwork-Id: 206417 Message-Id: To: 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(-)