From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Date: Mon, 7 Mar 2011 22:21:22 +0100 Subject: [Buildroot] [pull request] Pull request for branch for-2011.05/dev-handling Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net The following changes since commit 0a064b48c9d1044b05aee65272f5af7f28879473: Gustavo Zacarias (1): gst-ffmpeg: bump to version 0.10.11 are available in the git repository at: git://git.busybox.net/~tpetazzoni/git/buildroot for-2011.05/dev-handling Thomas Petazzoni (2): Simplify udev startup script Allow several device tables and split in two parts our device table Yegor Yefremov (1): Create menu entry to select device creation method fs/Config.in | 41 +++++++- fs/common.mk | 14 ++- linux/linux.mk | 7 ++ package/busybox/S10mdev | 22 ++++ package/busybox/busybox.mk | 15 +++ package/makedevs/README | 35 +++++++ package/udev/S10udev | 34 ------- target/generic/device_table.txt | 186 ++-------------------------------- target/generic/device_table_dev.txt | 142 ++++++++++++++++++++++++++ 9 files changed, 276 insertions(+), 220 deletions(-) create mode 100644 package/busybox/S10mdev create mode 100644 package/makedevs/README create mode 100644 target/generic/device_table_dev.txt Thanks, -- Thomas Petazzoni