Skip to content

Commit

Permalink
fetch main
Browse files Browse the repository at this point in the history
  • Loading branch information
5kind committed Nov 29, 2023
1 parent 64350a6 commit 8615e88
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 136 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
backup/
4 changes: 2 additions & 2 deletions config.env
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ ANDROID_PARANOID_NETWORK_OFF=true

# 开启 KernelSU flags
ENABLE_KERNELSU=true
KERNELSU_TAG=main
KERNELSU_TAG=

# 额外配置 Configuration
DISABLE-LTO=false
Expand All @@ -95,4 +95,4 @@ NEED_DTBO=false

# 构建内核直链接Build boot images
BUILD_BOOT_IMG=true
SOURCE_BOOT_IMAGE=https://github.com/5kind/LXC-DOCKER-KernelSU_Action/releases/download/V12.5.6.0/boot.img
SOURCE_BOOT_IMAGE=https://github.com/5kind/LXC-DOCKER-KernelSU_Action/releases/download/files/boot.img
13 changes: 0 additions & 13 deletions patches/Android-Container/cgroup-v1.patch

This file was deleted.

108 changes: 0 additions & 108 deletions patches/Android-Container/cpuset.patch

This file was deleted.

10 changes: 5 additions & 5 deletions scripts/check-kernel-config/LXC-DOCKER-OPEN-CONFIG.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@ CONFIG_NF_NAT_FTP
CONFIG_NF_CONNTRACK_FTP
CONFIG_NF_NAT_TFTP
CONFIG_NF_CONNTRACK_TFTP
CONFIG_AUFS_FS
CONFIG_MD
CONFIG_BLK_DEV_DM
CONFIG_DM_THIN_PROVISIONING
CONFIG_OVERLAY_FS
CONFIG_PACKET
CONFIG_PACKET_DIAG
CONFIG_NETLINK_DIAG
Expand All @@ -134,11 +139,6 @@ CONFIG_UNIX
CONFIG_UNIX_DIAG
CONFIG_NETFILTER_XT_TARGET_CHECKSUM
CONFIG_CFS_BANDWIDTH
CONFIG_MD
CONFIG_BLK_DEV_DM
CONFIG_DM_THIN_PROVISIONING
CONFIG_OVERLAY_FS
CONFIG_AUFS_FS
"

CONFIGS_BACKUP="
Expand Down
11 changes: 3 additions & 8 deletions scripts/customize.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
CONFIG_FILE=$1
# scripts/config --file $CONFIG_FILE --enable CONFIG_REFCOUNT_FULL
# scripts/config --file $CONFIG_FILE --enable CONFIG_IP_VS_PROTO_RR
# scripts/config --file $CONFIG_FILE --enable CONFIG_CFS_BANDWIDTH
# scripts/config --file $CONFIG_FILE --enable CONFIG_AUFS_FS
# scripts/config --file $CONFIG_FILE --enable CONFIG_DEVPTS_MULTIPLE_INSTANCES
# scripts/config --file $CONFIG_FILE --enable CONFIG_BINFMT_MISC
# scripts/config --file $CONFIG_FILE --set-str CONFIG_LOCALVERSION "-Marisa"
$GITHUB_WORKSPACE/scripts/check-kernel-config/customize.sh $CONFIG_FILE -w
scripts/config --file $CONFIG_FILE --enable CONFIG_BINFMT_MISC
scripts/config --file $CONFIG_FILE --set-str CONFIG_LOCALVERSION "-MiuiCX"
# $GITHUB_WORKSPACE/scripts/check-kernel-config/customize.sh $CONFIG_FILE -w

0 comments on commit 8615e88

Please sign in to comment.