File tree Expand file tree Collapse file tree
config/sources/families/include Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ case $BRANCH in
3030 ;;
3131
3232 current)
33- KERNELBRANCH= ' branch:linux-5.10.y'
33+ # KERNELBRANCH='branch:linux-5.10.y'
34+ KERNELBRANCH= ' tag:v5.10.247'
3435 KERNELPATCHDIR= ' meson64-current'
3536 ;;
3637
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ case "$1" in
135135 [[ $LINUXFAMILY == meson ]] && set_fixed_mac
136136 [[ $LINUXFAMILY == meson64 ]] && set_fixed_mac
137137
138- if [[ $BOARD_NAME == " TRHub V3" || $BOARD_NAME == " TRHub V3B" || $BOARD_NAME == " LinuxBox" ]]; then
138+ if [[ $BOARD_NAME == " TRHub- V3" || $BOARD_NAME == " TRHub- V3B" || $BOARD_NAME == " LinuxBox" ]]; then
139139 systemctl enable NetworkManager
140140 systemctl enable wpa_supplicant
141141
Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ update_zha_ota_config()
246246 local ota_dir=" /var/lib/homeassistant/homeassistant/zigpy_local_ota"
247247 mkdir -p " $ota_dir "
248248
249- # Copy local_z2m_index .json
249+ # Copy local_index .json
250250 if install -m 0644 " $DEBUG_OTA_DIR /local_index.json" " $ota_dir /local_index.json" ; then
251251 updated=1
252252 echo " [DEBUG-OTA-ZHA] Successfully copied local_index.json to $ota_dir " >&2
You can’t perform that action at this time.
0 commit comments