Skip to content

Commit 3e451ff

Browse files
committed
buildimg.sh: drop hostapd config-handling for r3/r4 (symlink)
1 parent b87a918 commit 3e451ff

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

buildimg.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -208,12 +208,6 @@ if [[ ${board} != "bpi-r2pro" ]];then
208208
fi
209209
done
210210
ls -lh mnt/BPI-ROOT/usr/local/{,s}bin/
211-
if [[ "$board" == "bpi-r4" ]]; then
212-
sudo rm $targetdir/etc/hostapd/hostapd_wlan*.conf
213-
sudo chroot $targetdir bash -c "ln -fs hostapd_2g4.conf /etc/hostapd/hostapd.conf"
214-
else
215-
sudo chroot $targetdir bash -c "ln -fs hostapd_wlan0.conf /etc/hostapd/hostapd.conf"
216-
fi
217211
ls -lh mnt/BPI-ROOT/etc/hostapd/
218212
fi
219213
#copy firmware

0 commit comments

Comments
 (0)