Skip to content

Commit 5952ab7

Browse files
fixed bug of wifi/bt first bootup
1 parent b9da2f9 commit 5952ab7

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

config/sources/families/include/meson64_common.inc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

packages/bsp/common/usr/lib/armbian/armbian-firstrun

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

packages/bsp/thirdreality/common/hubv3-usb-sync.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)