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 | |
parent | ea57f51819a358a6c1309cf028a1a2dcd90dd7a5 (diff) | |
download | busybox-b6beada5a1432645090b441531b5909983cfbf10.tar.gz |
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')
-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 fd[0-9]* root:floppy 660 # net devices --net/.* root:root 600 @nameif tun[0-9]* root:root 600 =net/ tap[0-9]* root:root 600 =net/ |