mirror of
https://github.com/open-sdr/openwifi.git
synced 2025-04-20 00:20:48 +00:00
Change 1 to true to avoid bash error
This commit is contained in:
parent
08b49e16cc
commit
b4e4e6761c
@ -40,7 +40,7 @@ if [ -f "$fpga_img_filename" ]; then
|
||||
echo $fpga_img_filename_core > /sys/class/fpga_manager/fpga0/firmware
|
||||
fi
|
||||
|
||||
if 1; then # only AD9361 RF need reset/re-connect currently
|
||||
if true; then # only AD9361 RF need reset/re-connect currently
|
||||
|
||||
# insmod ad9361_drv.ko
|
||||
# sleep 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user