mirror of https://github.com/hak5/openwrt-owl.git
brcm47xx: suppress printing if a module was found in preinit function.
SVN-Revision: 34653owl
parent
3a4a6cfd64
commit
235c065e12
|
@ -21,7 +21,7 @@ check_module () {
|
||||||
|
|
||||||
insmod "$module" "$params"
|
insmod "$module" "$params"
|
||||||
sleep 1
|
sleep 1
|
||||||
grep "^$module" /proc/modules
|
grep "^$module" /proc/modules > /dev/null
|
||||||
return $?
|
return $?
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue