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.
 
 
 
kernel_samsung_sm7125/net/bluetooth/rfcomm/Makefile

8 lines
159 B

#
# 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