blob: 77a6117a4c258661f54c9cc2b3f7c007a3be45bb [file] [log] [blame]
#!/bin/sh
#
# Returns true if this device has a moca network interface
#
[ -e /dev/bmoca0 ] || modprobe bmoca 2>/dev/null
exit $?