aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2012-05-18 04:45:35 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2012-05-18 04:45:35 +0200
commit516530c932bd17d87c9eb4347a490be051e495f4 (patch)
tree28c18a2785280ff61f819174c5a72d4348298f9e /examples
parent7c8aa2b47cf76f710959a1f4a914010aca425016 (diff)
downloadbusybox-516530c932bd17d87c9eb4347a490be051e495f4.tar.gz
mdev: add support for $DEVNAME and /dev/mdev.log debug aid
function old new delta make_device 1843 2083 +240 mdev_main 712 804 +92 packed_usage 29236 29251 +15 keywords 288 19 -269 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/1 up/down: 347/-269) Total: 78 bytes text data bss dec hex filename 887506 497 7584 895587 daa63 busybox_old 887982 497 7584 896063 dac3f busybox_unstripped Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/mdev_fat.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/mdev_fat.conf b/examples/mdev_fat.conf
index da28bc36b..df329b4b5 100644
--- a/examples/mdev_fat.conf
+++ b/examples/mdev_fat.conf
@@ -108,6 +108,3 @@ usbdev[0-9].[0-9]_.* root:root 660
# zaptel devices
zap(.*) root:dialout 660 =zap/%1
dahdi!(.*) root:dialout 660 =dahdi/%1
-
-# If $DEVNAME exists, create device with this name
-$DEVNAME=bus/usb/.* 0:0 660 ! @mkdir -p "`dirname "$DEVNAME"`"; mknod -m 0660 "$DEVNAME" c "$MAJOR" "$MINOR"