From b12dfaf15cd9c1df55eed225754389303f76b013 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 24 Dec 2011 11:17:51 +0100 Subject: busybox: enable CONFIG_FEATURE_MDEV_RENAME 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 Signed-off-by: Peter Korsgaard --- package/busybox/busybox-1.19.x.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/busybox/busybox-1.19.x.config') diff --git a/package/busybox/busybox-1.19.x.config b/package/busybox/busybox-1.19.x.config index 9f4603dd2..bf5e8df76 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 -- cgit v1.2.3