mirror of https://github.com/OpenIPC/firmware.git
fix script condition.
parent
1981a6a2c0
commit
2ab9ada56e
|
@ -66,7 +66,7 @@ insmod gm2d.ko
|
|||
#insmod flcd200-pip.ko output_type=0 fb0_fb1_share=1 # CVBS display
|
||||
|
||||
# check if /dev/sar_adc_drv exists, if not, load sar_adc module
|
||||
if [ ! -f /dev/sar_adc_drv ]; then
|
||||
if ! test -e /dev/sar_adc_drv ; then
|
||||
insmod sar_adc.ko run_mode=4 #run_mode=4 is for CVBS out
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue