@@ -111,6 +111,9 @@ jobs:
111
111
112
112
cp ../../kernel_patches/next/susfs_fix_patches/v1.5.9/fix_rules.c.patch ./
113
113
patch -p1 --forward --fuzz=3 < fix_rules.c.patch
114
+
115
+ cp ../../kernel_patches/next/susfs_fix_patches/v1.5.9/fix_sucompat.c.patch ./
116
+ patch -p1 --forward --fuzz=3 < fix_sucompat.c.patch
114
117
115
118
# Change to common directory and apply SUSFS patch
116
119
cd ..
@@ -134,18 +137,6 @@ jobs:
134
137
cp ../kernel_patches/69_hide_stuff.patch ./
135
138
patch -p1 -F 3 < 69_hide_stuff.patch
136
139
137
- # - name: Apply KernelSU & SUSFS Sultan Fixes
138
- # run: |
139
- # echo "Changing to configuration directory: $CONFIG..."
140
- # cd "$CONFIG"
141
- # # Apply additional patch
142
- # #sed -i "s/poofed_size: '%u'/poofed_size: '%llu'/g" ./fs/susfs.c
143
- # #sed -i "s/length of string: %u/length of string: %lu/g" ./fs/susfs.c
144
- # sed -i '1i\
145
- # #ifndef FUSE_SUPER_MAGIC\n\
146
- # #define FUSE_SUPER_MAGIC 0x65735546\n\
147
- # #endif\n' ./include/linux/susfs_def.h
148
-
149
140
- name : Add SUSFS Configuration Settings
150
141
run : |
151
142
echo "Changing to configuration directory: $CONFIG..."
@@ -198,7 +189,7 @@ jobs:
198
189
cd "$CONFIG"
199
190
200
191
echo "Running sed commands..."
201
- sed -i 's/CONFIG_LOCALVERSION="-Sultan"/CONFIG_LOCALVERSION="-Sultan- Wild"/' ./arch/arm64/configs/${{ inputs.codename }}_defconfig
192
+ sed -i 's/CONFIG_LOCALVERSION="-Sultan"/CONFIG_LOCALVERSION="-Wild"/' ./arch/arm64/configs/${{ inputs.codename }}_defconfig
202
193
203
194
- name : Build the Kernel
204
195
run : |
@@ -219,15 +210,7 @@ jobs:
219
210
220
211
echo "Copying Image.lz4 and concatenating DTB files..."
221
212
cp ./out/arch/arm64/boot/Image.lz4 ../AnyKernel3/Image.lz4
222
-
223
- if [ "${{ inputs.codename }}" == "gs201" ]; then
224
- cat ./out/google-devices/gs201/dts/*.dtb > ../AnyKernel3/dtb
225
- #cp ./out/google-devices/gs201/dts/dtbo.img ../AnyKernel3/dtbo.img
226
- elif [ "${{ inputs.codename }}" == "zuma" ]; then
227
- cat ./out/google-devices/zuma/dts/*.dtb > ../AnyKernel3/dtb
228
- elif [ "${{ inputs.codename }}" == "zumapro" ]; then
229
- cat ./out/google-devices/zumapro/dts/*.dtb > ../AnyKernel3/dtb
230
- fi
213
+ cat ./out/google-devices/${{ inputs.codename }}/dts/*.dtb > ../AnyKernel3/dtb
231
214
232
215
- name : Create ZIP Files for Different Formats
233
216
run : |
0 commit comments