diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2012-05-18 15:11:16 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2012-05-18 15:11:16 +0200 |
commit | b6beada5a1432645090b441531b5909983cfbf10 (patch) | |
tree | e0ff1a00e156a366fbe590259f948988b995eb5c /examples/mdev_fat.conf | |
parent | ea57f51819a358a6c1309cf028a1a2dcd90dd7a5 (diff) | |
download | busybox-w32-b6beada5a1432645090b441531b5909983cfbf10.tar.gz busybox-w32-b6beada5a1432645090b441531b5909983cfbf10.tar.bz2 busybox-w32-b6beada5a1432645090b441531b5909983cfbf10.zip |
mdev: remove undocumented subsystem/devname matching hack
It was colliding with matching of devnames with slashes.
We need a more generic way to examine env.vars in rules anyway.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'examples/mdev_fat.conf')
-rw-r--r-- | examples/mdev_fat.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/mdev_fat.conf b/examples/mdev_fat.conf index d67912ba1..ceba3a797 100644 --- a/examples/mdev_fat.conf +++ b/examples/mdev_fat.conf | |||
@@ -53,7 +53,6 @@ sr[0-9]* root:cdrom 660 @ln -sf $MDEV cdrom | |||
53 | fd[0-9]* root:floppy 660 | 53 | fd[0-9]* root:floppy 660 |
54 | 54 | ||
55 | # net devices | 55 | # net devices |
56 | -net/.* root:root 600 @nameif | ||
57 | tun[0-9]* root:root 600 =net/ | 56 | tun[0-9]* root:root 600 =net/ |
58 | tap[0-9]* root:root 600 =net/ | 57 | tap[0-9]* root:root 600 =net/ |
59 | 58 | ||