Skip to content

Commit

Permalink
Merge pull request #1 from Project-MiRacle/develop
Browse files Browse the repository at this point in the history
Release r1
  • Loading branch information
crrashh1542 authored Mar 5, 2024
2 parents 1e0af0a + 06614e7 commit e5b74cb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 24 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "drivers/staging/kernelsu"]
path = drivers/staging/kernelsu
url = https://github.com/tiann/KernelSU.git
25 changes: 1 addition & 24 deletions configs/wsa/config-wsa-x64
Original file line number Diff line number Diff line change
@@ -1,33 +1,10 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 5.15.104-windows-subsystem-for-android-20230927 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="clang version 12.0.1"
CONFIG_GCC_VERSION=0
CONFIG_CC_IS_CLANG=y
CONFIG_CLANG_VERSION=120001
CONFIG_AS_IS_LLVM=y
CONFIG_AS_VERSION=120001
CONFIG_LD_VERSION=0
CONFIG_LD_IS_LLD=y
CONFIG_LLD_VERSION=120001
CONFIG_CC_CAN_LINK=y
CONFIG_CC_HAS_ASM_GOTO=y
CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y
CONFIG_TOOLS_SUPPORT_RELR=y
CONFIG_CC_HAS_ASM_INLINE=y
CONFIG_PAHOLE_VERSION=121
CONFIG_IRQ_WORK=y
CONFIG_BUILDTIME_TABLE_SORT=y
CONFIG_THREAD_INFO_IN_TASK=y

#
# General setup
#
CONFIG_INIT_ENV_ARG_LIMIT=32
# CONFIG_COMPILE_TEST is not set
# CONFIG_WERROR is not set
CONFIG_LOCALVERSION=""
CONFIG_LOCALVERSION="-Project-MiRacle-WSA-r1"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_BUILD_SALT=""
CONFIG_HAVE_KERNEL_GZIP=y
Expand Down
2 changes: 2 additions & 0 deletions drivers/staging/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,6 @@ source "drivers/staging/qlge/Kconfig"

source "drivers/staging/wfx/Kconfig"

source "drivers/staging/kernelsu/kernel/Kconfig"

endif # STAGING
1 change: 1 addition & 0 deletions drivers/staging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ obj-$(CONFIG_XIL_AXIS_FIFO) += axis-fifo/
obj-$(CONFIG_FIELDBUS_DEV) += fieldbus/
obj-$(CONFIG_QLGE) += qlge/
obj-$(CONFIG_WFX) += wfx/
obj-y += kernelsu/kernel/
1 change: 1 addition & 0 deletions drivers/staging/kernelsu
Submodule kernelsu added at 7611ac

0 comments on commit e5b74cb

Please sign in to comment.