mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-02-21 02:11:30 +00:00
This PR updates the eq3_char_loop package to contain the latest eq3_char_loop v1.3 sources with termios2 compatibility which is required for glibc 2.42+ environments (latest OpenCCU) so that the HMIPServer within OpenCCU is able to startup correctly.
11 lines
324 B
Diff
11 lines
324 B
Diff
KernelDrivers/Makefile: add Makefile to get compiled as Linux kernel module
|
|
|
|
Upstream: Not applicable
|
|
|
|
Signed-off-by: Jens Maus <mail@jens-maus.de>
|
|
|
|
--- ./KernelDrivers/Makefile.orig 2021-04-02 17:01:07.029932165 +0200
|
|
+++ ./KernelDrivers/Makefile 2020-06-04 14:36:10.188174788 +0200
|
|
@@ -0,0 +1 @@
|
|
+obj-m += eq3_char_loop.o
|