mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 15:06:29 +00:00
Update RPI-RF-MOD/HM-MOD-RPI-PCB/HmIP-RFUSB related packages (#1901)
This commit is contained in:
parent
0eb42d8495
commit
7f8a74f3d6
@ -10,8 +10,8 @@
|
|||||||
|
|
||||||
EQ3_CHAR_LOOP_VERSION = e60183fc5b8375d9eea185c716f716c07657fa00
|
EQ3_CHAR_LOOP_VERSION = e60183fc5b8375d9eea185c716f716c07657fa00
|
||||||
EQ3_CHAR_LOOP_SITE = $(call github,eq-3,occu,$(EQ3_CHAR_LOOP_VERSION))
|
EQ3_CHAR_LOOP_SITE = $(call github,eq-3,occu,$(EQ3_CHAR_LOOP_VERSION))
|
||||||
EQ3_CHAR_LOOP_LICENSE = GPL2
|
EQ3_CHAR_LOOP_LICENSE = LGPL-2.1+ (kernel drivers)
|
||||||
#EQ3_CHAR_LOOP_LICENSE_FILES = LICENSE
|
EQ3_CHAR_LOOP_LICENSE_FILES = LicenseDE.txt
|
||||||
EQ3_CHAR_LOOP_MODULE_SUBDIRS = KernelDrivers
|
EQ3_CHAR_LOOP_MODULE_SUBDIRS = KernelDrivers
|
||||||
|
|
||||||
$(eval $(kernel-module))
|
$(eval $(kernel-module))
|
||||||
|
@ -26,7 +26,7 @@ Signed-off-by: Jens Maus <mail@jens-maus.de>
|
|||||||
-obj-m += led_trigger_timer.o
|
-obj-m += led_trigger_timer.o
|
||||||
+#obj-m += led_trigger_timer.o
|
+#obj-m += led_trigger_timer.o
|
||||||
obj-m += hb_rf_usb.o
|
obj-m += hb_rf_usb.o
|
||||||
obj-m += hb_rf_usb-2.o
|
obj-m += hb_rf_usb_2.o
|
||||||
obj-m += hb_rf_eth.o
|
obj-m += hb_rf_eth.o
|
||||||
-obj-m += rtc-rx8130.o
|
-obj-m += rtc-rx8130.o
|
||||||
+#obj-m += rtc-rx8130.o
|
+#obj-m += rtc-rx8130.o
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
# Locally computed
|
# Locally computed
|
||||||
sha256 b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1 LICENSE
|
sha256 b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1 LICENSE
|
||||||
sha256 6c054e86c8edebfd7ee5f8c8e3ff2383ae624bb10c4e9936d75af8f57ae5cf56 generic_raw_uart-58b10fff652ad2e67f71e7e07270b50d27e55d40.tar.gz
|
sha256 d93fc77217aff53d1cbe2c6a278235089247c7384ae6bcb2d374643d75ba2c1d generic_raw_uart-f9380e2851a052ee4dbc0cad49af530caf61c556.tar.gz
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
#
|
#
|
||||||
# Generic raw uart kernel module for low-latency uart
|
# Generic raw uart kernel module for low-latency uart
|
||||||
# communication with a RPI-RF-MOD/HM-MOD-RPI-PCB
|
# communication with a RPI-RF-MOD/HM-MOD-RPI-PCB/HmIP-RFUSB
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 Alexander Reinert
|
# Copyright (c) 2021-2022 Alexander Reinert
|
||||||
# https://github.com/alexreinert/piVCCU/tree/master/kernel
|
# https://github.com/alexreinert/piVCCU/tree/master/kernel
|
||||||
#
|
#
|
||||||
# Uses parts of bcm2835_raw_uart.c
|
# Uses parts of bcm2835_raw_uart.c
|
||||||
@ -13,7 +13,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
GENERIC_RAW_UART_VERSION = 58b10fff652ad2e67f71e7e07270b50d27e55d40
|
GENERIC_RAW_UART_VERSION = f9380e2851a052ee4dbc0cad49af530caf61c556
|
||||||
GENERIC_RAW_UART_SITE = $(call github,alexreinert,piVCCU,$(GENERIC_RAW_UART_VERSION))
|
GENERIC_RAW_UART_SITE = $(call github,alexreinert,piVCCU,$(GENERIC_RAW_UART_VERSION))
|
||||||
GENERIC_RAW_UART_LICENSE = GPL2
|
GENERIC_RAW_UART_LICENSE = GPL2
|
||||||
GENERIC_RAW_UART_LICENSE_FILES = LICENSE
|
GENERIC_RAW_UART_LICENSE_FILES = LICENSE
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
# Locally computed
|
# Locally computed
|
||||||
sha256 115e5c0e0174f21005e6e1d8a616dd86ad5ad61df5929b06e6f7b7b20a8c9e48 rpi-rf-mod-7f5d50c8ac72e114a6b11a4ae0e92e316260fb0d.tar.gz
|
sha256 afea59eff58551d0fe34dd6a37a65f35f23e0c099a3c9bb88442bfb489a28b29 rpi-rf-mod-41a25de861e84d411f92d9139da81f19c857d91e.tar.gz
|
||||||
sha256 b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1 LICENSE
|
sha256 b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1 LICENSE
|
||||||
|
@ -6,12 +6,15 @@
|
|||||||
# This includes compiling of required device tree overlays for
|
# This includes compiling of required device tree overlays for
|
||||||
# selected platforms
|
# selected platforms
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018-2021 Jens Maus <mail@jens-maus.de>
|
# Codeload URL:
|
||||||
|
# https://codeload.github.com/jens-maus/RaspberryMatic/tar.gz/COMMIT
|
||||||
|
#
|
||||||
|
# Copyright (c) 2018-2022 Jens Maus <mail@jens-maus.de>
|
||||||
# https://github.com/jens-maus/RaspberryMatic/tree/master/buildroot-external/package/rpi-rf-mod
|
# https://github.com/jens-maus/RaspberryMatic/tree/master/buildroot-external/package/rpi-rf-mod
|
||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
RPI_RF_MOD_VERSION = 7f5d50c8ac72e114a6b11a4ae0e92e316260fb0d
|
RPI_RF_MOD_VERSION = 41a25de861e84d411f92d9139da81f19c857d91e
|
||||||
RPI_RF_MOD_SITE = $(call github,jens-maus,RaspberryMatic,$(RPI_RF_MOD_VERSION))
|
RPI_RF_MOD_SITE = $(call github,jens-maus,RaspberryMatic,$(RPI_RF_MOD_VERSION))
|
||||||
RPI_RF_MOD_LICENSE = Apache-2.0
|
RPI_RF_MOD_LICENSE = Apache-2.0
|
||||||
RPI_RF_MOD_DEPENDENCIES = host-dtc
|
RPI_RF_MOD_DEPENDENCIES = host-dtc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user