Your ROOT_URL in app.ini is https://gitea.jennalody.de/ but you are visiting https://gitea.jenslody.de/jenna/kernel_samsung_sm7125/src/branch/fourteen/net/bluetooth/rfcomm/Makefile
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#
|
|
# Makefile for the Linux Bluetooth RFCOMM layer.
|
|
#
|
|
|
|
obj-$(CONFIG_BT_RFCOMM) += rfcomm.o
|
|
|
|
rfcomm-y := core.o sock.o
|
|
rfcomm-$(CONFIG_BT_RFCOMM_TTY) += tty.o
|
|
|