You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Taken from a CyanogenMod kernel sources for s8073 (wiko cink slim, mt6577). Trying to update it to be used for Alps Imo Z7 with Lineage OS 17.1. Here is hoping.
export PATH=~/Your_Toolchain_PATH/
for_example /alps/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/bin:$PATH
cd <kernel path>
cp mediatek-configs .config
TARGET_PRODUCT=imoz7 MTK_ROOT_CUSTOM=../mediatek/custom make
About
Taken from a CyanogenMod kernel sources for s8073 (wiko cink slim, mt6577). Trying to update it to be used for Alps Imo Z7 with Lineage OS 17.1. Here is hoping.