mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
JetHome: update links and references for JetHome resources
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
#
|
||||
# Copyright (c) 2019-2024 JetHome
|
||||
# Author: Viacheslav Bocharov <vb@jethome.ru>
|
||||
# Author: Viacheslav Bocharov <vb@jethome.com>
|
||||
#
|
||||
# This file is a part of the Armbian Build Framework
|
||||
# https://github.com/armbian/build/
|
||||
@@ -214,7 +214,7 @@ family_tweaks() {
|
||||
display_alert "Adding JetHome repository and authentication key" "/etc/apt/sources.list.d/jethome.list" "info"
|
||||
run_host_command_logged cp -pv "${SRC}"/packages/bsp/jethub/jethome.gpg "${SDCARD}/etc/apt/trusted.gpg.d/"
|
||||
|
||||
echo "deb http://repo.jethome.ru"$([[ $BETA == yes ]] && echo "/beta")" ${RELEASE} jethome-${RELEASE}" \
|
||||
echo "deb http://repo.jethome.com"$([[ $BETA == yes ]] && echo "/beta")" ${RELEASE} jethome-${RELEASE}" \
|
||||
>> "${SDCARD}"/etc/apt/sources.list.d/jethome.list
|
||||
}
|
||||
|
||||
|
||||
@@ -438,7 +438,7 @@ driver_rtl88x2cs() {
|
||||
|
||||
display_alert "Adding" "Wireless drivers for Realtek 88x2cs chipsets ${rtl88x2csver}" "info"
|
||||
|
||||
fetch_from_repo "$GITHUB_SOURCE/jethome-ru/rtl88x2cs" "rtl88x2cs" "${rtl88x2csver}" "yes" # https://github.com/jethome-ru/rtl88x2cs
|
||||
fetch_from_repo "$GITHUB_SOURCE/jethome-iot/rtl88x2cs" "rtl88x2cs" "${rtl88x2csver}" "yes" # https://github.com/jethome-iot/rtl88x2cs
|
||||
cd "$kerneldir" || exit
|
||||
rm -rf "$kerneldir/drivers/net/wireless/rtl88x2cs"
|
||||
mkdir -p "$kerneldir/drivers/net/wireless/rtl88x2cs/"
|
||||
|
||||
@@ -979,7 +979,7 @@ index 000000000000..111111111111
|
||||
+U-Boot for JetHub D2 (J200)
|
||||
+===================================
|
||||
+
|
||||
+JetHome Jethub D2 (http://jethome.ru/jethub-d2) is a home automation controller device
|
||||
+JetHome Jethub D2 (http://jethome.com/jethub-d2) is a home automation controller device
|
||||
+manufactured by JetHome with the following specifications:
|
||||
+
|
||||
+ - Amlogic S905X3 (ARM Cortex-A55) quad-core up to 2.1GHz
|
||||
|
||||
Reference in New Issue
Block a user