mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-15 04:59:08 +01:00
brcm47xx: suppress printing if a module was found in preinit function.
SVN-Revision: 34653
This commit is contained in:
parent
3a4a6cfd64
commit
235c065e12
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ check_module () {
|
|||
|
||||
insmod "$module" "$params"
|
||||
sleep 1
|
||||
grep "^$module" /proc/modules
|
||||
grep "^$module" /proc/modules > /dev/null
|
||||
return $?
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue