raphael: Override kernel BPF version

Signed-off-by: YagizErdemir06 <erdemiryagiz@proton.me>
This commit is contained in:
basamaryan
2025-10-29 09:38:35 +05:45
committed by Joey
parent d5a994bdc5
commit 09f43d6001
2 changed files with 3 additions and 0 deletions

View File

@@ -137,6 +137,7 @@ TARGET_BOARD_PLATFORM := msmnile
# Properties
TARGET_ODM_PROP += $(DEVICE_PATH)/odm.prop
TARGET_PRODUCT_PROP += $(DEVICE_PATH)/product.prop
TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop
TARGET_SYSTEM_EXT_PROP += $(DEVICE_PATH)/system_ext.prop
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop

2
product.prop Normal file
View File

@@ -0,0 +1,2 @@
# eBPF
ro.bpf.kver_override=5.4.186