blob: 74d33c871fba4abe7ef10b0cc9e007f1fc70c8fe [file] [log] [blame]
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05001# Mimic modprobe's install funcitonality with busybox's modprobe
2install gma500_gfx dmesg | grep gma500_gfx_checked || { /etc/modprobe.d/gma500-gfx-check.sh || modprobe gma500_gfx; }