Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update kernel repository and rebrand some mentions of FP4 #1

Open
wants to merge 5 commits into
base: staging/lineage-20
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions BoardConfig.mk
Expand Up @@ -103,6 +103,8 @@ BOARD_KERNEL_IMAGE_NAME := Image
TARGET_KERNEL_SOURCE := kernel/fairphone/qcm6490
TARGET_KERNEL_CONFIG := vendor/fp5-qgki_defconfig vendor/fp5.config
TARGET_KERNEL_NO_GCC := true
TARGET_KERNEL_CLANG_COMPILE := true
TARGET_KERNEL_CROSS_COMPILE_PREFIX := aarch64-linux-android-

# Kernel modules
BOARD_VENDOR_RAMDISK_KERNEL_MODULES_LOAD := $(strip $(shell cat $(DEVICE_PATH)/vendor_boot.modules.load))
Expand Down
6 changes: 4 additions & 2 deletions lineage.dependencies
@@ -1,6 +1,8 @@
[
{
"repository": "android_kernel_fairphone_sm7225",
"target_path": "kernel/fairphone/sm7225"
"remote": "github.com",
"repository": "WeAreFairphone/android_kernel_fairphone_qcm6490",
"target_path": "kernel/fairphone/qcm6490",
"branch": "staging/lineage-20"
}
]
Expand Up @@ -18,5 +18,5 @@
-->
<resources>
<!-- Default for Settings.Global.DEVICE_NAME $1=MODEL-->
<string name="def_device_name_simple">Fairphone 4 5G</string>
<string name="def_device_name_simple">Fairphone 5 5G</string>
</resources>
2 changes: 1 addition & 1 deletion rro_overlays/WifiOverlay/res/values/config.xml
Expand Up @@ -65,5 +65,5 @@
<bool name="config_wifiAllowMultipleNetworksOnSameAwareNdi">true</bool>

<!-- Do not translate. Default access point SSID used for tethering -->
<string name="wifi_tether_configure_ssid_default" translatable="false">Fairphone 4 5G</string>
<string name="wifi_tether_configure_ssid_default" translatable="false">Fairphone 5 5G</string>
</resources>