Your ROOT_URL in app.ini is https://gitea.jennalody.de/ but you are visiting https://gitea.jenslody.de/jenna/kernel_samsung_sm7125/src/commit/b0423a0d9cc836b2c3d796623cd19236bfedfe63/lib/zlib_deflate/Makefile
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#
|
|
# This is a modified version of zlib, which does all memory
|
|
# allocation ahead of time.
|
|
#
|
|
# This is the compression code, see zlib_inflate for the
|
|
# decompression code.
|
|
#
|
|
|
|
obj-$(CONFIG_ZLIB_DEFLATE) += zlib_deflate.o
|
|
|
|
zlib_deflate-objs := deflate.o deftree.o deflate_syms.o
|
|
|