[Letux-kernel] defconfig for Replicant
H. Nikolaus Schaller
hns at goldelico.com
Wed Jul 10 17:27:25 CEST 2019
Hi,
I have worked a little to improve the automatic generation
of the letux_defconfig for Replicant from the one provided by
non-Replicant kernels.
The idea behind is that changes required by new features
are more or less automatically passed to the Replicant
version as well.
The result is simply a script Letux/scripts/configure-replicant.
This should be called after creating a new replicant kernel
tree before make.
For the older letux trees like letux-4.19-replicant this
is not strictly necessary since it has already been applied.
But it does not harm to run it.
git checkout letux-4.19.58-replicant
Letux/scripts/configure-replicant
make letux_defconfig
For the upstream kernels the procedure is to merge in the
android code first
git checkout -B letux-5.2-replicant letux-5.2
git merge letux/android
Letux/scripts/configure-replicant
make letux_defconfig
This is another puzzle piece to get the LetuxOS Replicant
kernels better maintained and automatically updated.
BR,
Nikolaus
More information about the Letux-kernel
mailing list