Commit 5de8d669 authored by yangjian's avatar yangjian

Update oxgrf driver

parent c52e6b8a
...@@ -270,7 +270,7 @@ install_usrp_uhd_driver() { ...@@ -270,7 +270,7 @@ install_usrp_uhd_driver() {
} }
check_install_oxgrf_driver() { check_install_oxgrf_driver() {
if modinfo xdma > /dev/null 2>&1 if lsmod | grep xdma > /dev/null 2>&1
then then
echo_success "OXGRF driver has loaded." echo_success "OXGRF driver has loaded."
else else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment