add firefox in zero2w/zero3 ubuntu24.04 and fix zero2w Ethernet light don't work

This commit is contained in:
toolsmanhehe
2024-10-11 10:43:33 +08:00
committed by baiywt
parent 4614e50543
commit f11df9bf0d
2 changed files with 16 additions and 1 deletions

View File

@@ -253,7 +253,7 @@ prepare_board() {
if [[ $BOARD == orangepizero2w ]]; then
if [[ ${DISTRIBUTION_CODENAME} == "bookworm" ]]; then
if [[ ${DISTRIBUTION_CODENAME} == "bookworm" || ${DISTRIBUTION_CODENAME} == "noble" ]]; then
interface_100m="end0"
else
interface_100m="eth0"