From 516530c932bd17d87c9eb4347a490be051e495f4 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 18 May 2012 04:45:35 +0200 Subject: 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 --- examples/mdev_fat.conf | 3 --- 1 file changed, 3 deletions(-) (limited to 'examples') 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" -- cgit v1.2.3