* [Buildroot] [pull request] Pull request for branch for-2011.11/fix-busybox-mdev-conf
@ 2011-10-13 7:48 Thomas Petazzoni
2011-10-13 7:48 ` [Buildroot] [PATCH 1/1] busybox: enable CONFIG_FEATURE_MDEV_RENAME Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni @ 2011-10-13 7:48 UTC (permalink / raw)
To: buildroot
The following changes since commit bde4564fa74cc25a088aa4173709894d2acf5844:
radvd: show it in config menu when toolchain lacks ipv6 (2011-10-11 16:10:30 +0200)
are available in the git repository at:
http://free-electrons.com/~thomas/buildroot.git for-2011.11/fix-busybox-mdev-conf
Thomas Petazzoni (1):
busybox: enable CONFIG_FEATURE_MDEV_RENAME
package/busybox/busybox-1.16.x.config | 2 +-
package/busybox/busybox-1.17.x.config | 2 +-
package/busybox/busybox-1.18.x.config | 2 +-
package/busybox/busybox-1.19.x.config | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
Thanks,
--
Thomas Petazzoni
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] busybox: enable CONFIG_FEATURE_MDEV_RENAME
2011-10-13 7:48 [Buildroot] [pull request] Pull request for branch for-2011.11/fix-busybox-mdev-conf Thomas Petazzoni
@ 2011-10-13 7:48 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2011-10-13 7:48 UTC (permalink / raw)
To: buildroot
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 <thomas.petazzoni@free-electrons.com>
---
package/busybox/busybox-1.16.x.config | 2 +-
package/busybox/busybox-1.17.x.config | 2 +-
package/busybox/busybox-1.18.x.config | 2 +-
package/busybox/busybox-1.19.x.config | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/busybox/busybox-1.16.x.config b/package/busybox/busybox-1.16.x.config
index e5f5102..24a27bf 100644
--- a/package/busybox/busybox-1.16.x.config
+++ b/package/busybox/busybox-1.16.x.config
@@ -516,7 +516,7 @@ CONFIG_LSPCI=y
CONFIG_LSUSB=y
CONFIG_MDEV=y
CONFIG_FEATURE_MDEV_CONF=y
-# CONFIG_FEATURE_MDEV_RENAME is not set
+CONFIG_FEATURE_MDEV_RENAME=y
# CONFIG_FEATURE_MDEV_RENAME_REGEXP is not set
CONFIG_FEATURE_MDEV_EXEC=y
# CONFIG_FEATURE_MDEV_LOAD_FIRMWARE is not set
diff --git a/package/busybox/busybox-1.17.x.config b/package/busybox/busybox-1.17.x.config
index d131dd6..edf9c6d 100644
--- a/package/busybox/busybox-1.17.x.config
+++ b/package/busybox/busybox-1.17.x.config
@@ -547,7 +547,7 @@ CONFIG_LSPCI=y
CONFIG_LSUSB=y
CONFIG_MDEV=y
CONFIG_FEATURE_MDEV_CONF=y
-# CONFIG_FEATURE_MDEV_RENAME is not set
+CONFIG_FEATURE_MDEV_RENAME=y
# CONFIG_FEATURE_MDEV_RENAME_REGEXP is not set
CONFIG_FEATURE_MDEV_EXEC=y
# CONFIG_FEATURE_MDEV_LOAD_FIRMWARE is not set
diff --git a/package/busybox/busybox-1.18.x.config b/package/busybox/busybox-1.18.x.config
index 502048d..9e41550 100644
--- a/package/busybox/busybox-1.18.x.config
+++ b/package/busybox/busybox-1.18.x.config
@@ -555,7 +555,7 @@ CONFIG_LSPCI=y
CONFIG_LSUSB=y
CONFIG_MDEV=y
CONFIG_FEATURE_MDEV_CONF=y
-# CONFIG_FEATURE_MDEV_RENAME is not set
+CONFIG_FEATURE_MDEV_RENAME=y
# CONFIG_FEATURE_MDEV_RENAME_REGEXP is not set
CONFIG_FEATURE_MDEV_EXEC=y
# CONFIG_FEATURE_MDEV_LOAD_FIRMWARE is not set
diff --git a/package/busybox/busybox-1.19.x.config b/package/busybox/busybox-1.19.x.config
index 9f4603d..bf5e8df 100644
--- a/package/busybox/busybox-1.19.x.config
+++ b/package/busybox/busybox-1.19.x.config
@@ -563,7 +563,7 @@ CONFIG_LSPCI=y
CONFIG_LSUSB=y
CONFIG_MDEV=y
CONFIG_FEATURE_MDEV_CONF=y
-# CONFIG_FEATURE_MDEV_RENAME is not set
+CONFIG_FEATURE_MDEV_RENAME=y
# CONFIG_FEATURE_MDEV_RENAME_REGEXP is not set
CONFIG_FEATURE_MDEV_EXEC=y
# CONFIG_FEATURE_MDEV_LOAD_FIRMWARE is not set
--
1.7.4.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-10-13 7:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-13 7:48 [Buildroot] [pull request] Pull request for branch for-2011.11/fix-busybox-mdev-conf Thomas Petazzoni
2011-10-13 7:48 ` [Buildroot] [PATCH 1/1] busybox: enable CONFIG_FEATURE_MDEV_RENAME Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox