mirror of https://github.com/hak5/openwrt-owl.git
parent
7480065917
commit
b93682af14
|
@ -15,7 +15,7 @@ do_mount_udev() {
|
||||||
}
|
}
|
||||||
|
|
||||||
choose_device_fs() {
|
choose_device_fs() {
|
||||||
if grep devfs /proc/filesystems; then
|
if grep -q devfs /proc/filesystems; then
|
||||||
do_mount_devfs
|
do_mount_devfs
|
||||||
elif [ -x /sbin/hotplug2 ]; then
|
elif [ -x /sbin/hotplug2 ]; then
|
||||||
do_mount_hotplug
|
do_mount_hotplug
|
||||||
|
|
Loading…
Reference in New Issue