mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
Apply any uClibc patches that are present
This commit is contained in:
parent
65e38ef9b7
commit
9514bc67c3
@ -47,6 +47,7 @@ $(DL_DIR)/$(UCLIBC_SOURCE):
|
||||
$(UCLIBC_DIR)/.unpacked: $(DL_DIR)/$(UCLIBC_SOURCE)
|
||||
mkdir -p $(TOOL_BUILD_DIR)
|
||||
bzcat $(DL_DIR)/$(UCLIBC_SOURCE) | tar -C $(TOOL_BUILD_DIR) $(TAR_OPTIONS) -
|
||||
toolchain/patch-kernel.sh $(UCLIBC_DIR) toolchain/uClibc/ *.patch
|
||||
touch $(UCLIBC_DIR)/.unpacked
|
||||
|
||||
$(UCLIBC_DIR)/.configured: $(UCLIBC_DIR)/.unpacked
|
||||
|
Loading…
x
Reference in New Issue
Block a user