1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-19 15:05:12 +01:00

quieten the check for devs, thanks nbd

SVN-Revision: 19473
This commit is contained in:
Florian Fainelli 2010-01-31 21:09:53 +00:00
parent 7480065917
commit b93682af14

@ -15,7 +15,7 @@ do_mount_udev() {
}
choose_device_fs() {
if grep devfs /proc/filesystems; then
if grep -q devfs /proc/filesystems; then
do_mount_devfs
elif [ -x /sbin/hotplug2 ]; then
do_mount_hotplug