jammy: update hostapd to hostapd_2.10-6

This commit is contained in:
orangepi-xunlong
2022-05-17 19:14:42 +08:00
parent 6f820a4665
commit 8a7661b3af
5 changed files with 13 additions and 8 deletions

View File

@@ -435,4 +435,6 @@ chroot_installpackages()
EOF
chmod +x "${SDCARD}"/tmp/install.sh
chroot "${SDCARD}" /bin/bash -c "/tmp/install.sh" >> "${DEST}"/${LOG_SUBPATH}/install.log 2>&1
[[ -f ${SDCARD}/etc/hostapd.conf ]] && sed -i "s/^ssid=.*/ssid=OrangePi/" ${SDCARD}/etc/hostapd.conf
} #############################################################################