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/240316ce597828f948705ed3077c790d1df39b2f/arch/mips/boot/dts/mti/Makefile
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
# SPDX-License-Identifier: GPL-2.0
|
|
dtb-$(CONFIG_MIPS_MALTA) += malta.dtb
|
|
dtb-$(CONFIG_LEGACY_BOARD_SEAD3) += sead3.dtb
|
|
|
|
obj-y += $(patsubst %.dtb, %.dtb.o, $(dtb-y))
|
|
|
|
# Force kbuild to make empty built-in.o if necessary
|
|
obj- += dummy.o
|
|
|
|
always := $(dtb-y)
|
|
clean-files := *.dtb *.dtb.S
|
|
|