Skip to content

Commit

Permalink
ARM64: configs: add fake kernel version info for F2FS
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Gómez <[email protected]>
  • Loading branch information
Flopster101 committed Jun 25, 2023
1 parent f2b2715 commit b2693aa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm64/configs/carakernel-lto+ksu_defconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
CONFIG_HOTPLUG_SIZE_BITS=29
CONFIG_LOCALVERSION="-Carakernel-MS9+KSU"
CONFIG_LOCALVERSION_AUTO=y
CONFIG_F2FS_REPORT_FAKE_KERNEL_VERSION=y
CONFIG_F2FS_FAKE_KERNEL_RELEASE="4.14.319-perf"
CONFIG_F2FS_FAKE_KERNEL_VERSION="#4 SMP PREEMPT Sun Jun 25 28:38:16 UTC 2023 aarch64"
# CONFIG_LOCALVERSION_BRANCH_SHA is not set
# CONFIG_FHANDLE is not set
CONFIG_AUDIT=y
Expand Down
3 changes: 3 additions & 0 deletions arch/arm64/configs/carakernel-lto_defconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
CONFIG_HOTPLUG_SIZE_BITS=29
CONFIG_LOCALVERSION="-Carakernel-MS9"
CONFIG_LOCALVERSION_AUTO=y
CONFIG_F2FS_REPORT_FAKE_KERNEL_VERSION=y
CONFIG_F2FS_FAKE_KERNEL_RELEASE="4.14.319-perf"
CONFIG_F2FS_FAKE_KERNEL_VERSION="#4 SMP PREEMPT Sun Jun 25 28:38:16 UTC 2023 aarch64"
# CONFIG_LOCALVERSION_BRANCH_SHA is not set
# CONFIG_FHANDLE is not set
CONFIG_AUDIT=y
Expand Down
3 changes: 3 additions & 0 deletions arch/arm64/configs/carakernel_defconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
CONFIG_HOTPLUG_SIZE_BITS=29
CONFIG_LOCALVERSION="-Carakernel-TESTING"
CONFIG_LOCALVERSION_AUTO=y
CONFIG_F2FS_REPORT_FAKE_KERNEL_VERSION=y
CONFIG_F2FS_FAKE_KERNEL_RELEASE="4.14.319-perf"
CONFIG_F2FS_FAKE_KERNEL_VERSION="#4 SMP PREEMPT Sun Jun 25 28:38:16 UTC 2023 aarch64"
CONFIG_LOCALVERSION_BRANCH_SHA=y
# CONFIG_FHANDLE is not set
CONFIG_AUDIT=y
Expand Down

0 comments on commit b2693aa

Please sign in to comment.