We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b87a918 commit 3e451ffCopy full SHA for 3e451ff
1 file changed
buildimg.sh
@@ -208,12 +208,6 @@ if [[ ${board} != "bpi-r2pro" ]];then
208
fi
209
done
210
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
217
ls -lh mnt/BPI-ROOT/etc/hostapd/
218
219
#copy firmware
0 commit comments