Skip to content

Commit 223eca1

Browse files
committed
feat: add CONFIG_VT for lindroid
1 parent 35e411f commit 223eca1

9 files changed

+18
-9
lines changed

.github/workflows/Lineage21_pstar.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,8 @@ jobs:
291291
-e CONFIG_FHANDLE \
292292
-e CONFIG_UNIX_DIAG \
293293
-e CONFIG_PACKET_DIAG \
294-
-e CONFIG_NETLINK_DIAG
294+
-e CONFIG_NETLINK_DIAG \
295+
-e CONFIG_VT
295296
296297
- name: Apply patches for kali nethunter
297298
if: env.Add_Kali_Nethunter_Patches == 'true'

.github/workflows/Lineage21_pstar_docker_lxc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,8 @@ jobs:
291291
-e CONFIG_FHANDLE \
292292
-e CONFIG_UNIX_DIAG \
293293
-e CONFIG_PACKET_DIAG \
294-
-e CONFIG_NETLINK_DIAG
294+
-e CONFIG_NETLINK_DIAG \
295+
-e CONFIG_VT
295296
296297
- name: Apply patches for kali nethunter
297298
if: env.Add_Kali_Nethunter_Patches == 'true'

.github/workflows/Lineage21_pstar_docker_lxc_nethunter.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,8 @@ jobs:
291291
-e CONFIG_FHANDLE \
292292
-e CONFIG_UNIX_DIAG \
293293
-e CONFIG_PACKET_DIAG \
294-
-e CONFIG_NETLINK_DIAG
294+
-e CONFIG_NETLINK_DIAG \
295+
-e CONFIG_VT
295296
296297
- name: Apply patches for kali nethunter
297298
if: env.Add_Kali_Nethunter_Patches == 'true'

.github/workflows/Lineage21_pstar_kernelsu.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,8 @@ jobs:
291291
-e CONFIG_FHANDLE \
292292
-e CONFIG_UNIX_DIAG \
293293
-e CONFIG_PACKET_DIAG \
294-
-e CONFIG_NETLINK_DIAG
294+
-e CONFIG_NETLINK_DIAG \
295+
-e CONFIG_VT
295296
296297
- name: Apply patches for kali nethunter
297298
if: env.Add_Kali_Nethunter_Patches == 'true'

.github/workflows/Lineage21_pstar_kernelsu_docker_lxc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,8 @@ jobs:
291291
-e CONFIG_FHANDLE \
292292
-e CONFIG_UNIX_DIAG \
293293
-e CONFIG_PACKET_DIAG \
294-
-e CONFIG_NETLINK_DIAG
294+
-e CONFIG_NETLINK_DIAG \
295+
-e CONFIG_VT
295296
296297
- name: Apply patches for kali nethunter
297298
if: env.Add_Kali_Nethunter_Patches == 'true'

.github/workflows/Lineage21_pstar_kernelsu_docker_lxc_nethunter.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,8 @@ jobs:
291291
-e CONFIG_FHANDLE \
292292
-e CONFIG_UNIX_DIAG \
293293
-e CONFIG_PACKET_DIAG \
294-
-e CONFIG_NETLINK_DIAG
294+
-e CONFIG_NETLINK_DIAG \
295+
-e CONFIG_VT
295296
296297
- name: Apply patches for kali nethunter
297298
if: env.Add_Kali_Nethunter_Patches == 'true'

.github/workflows/Lineage21_pstar_kernelsu_nethunter.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,8 @@ jobs:
291291
-e CONFIG_FHANDLE \
292292
-e CONFIG_UNIX_DIAG \
293293
-e CONFIG_PACKET_DIAG \
294-
-e CONFIG_NETLINK_DIAG
294+
-e CONFIG_NETLINK_DIAG \
295+
-e CONFIG_VT
295296
296297
- name: Apply patches for kali nethunter
297298
if: env.Add_Kali_Nethunter_Patches == 'true'

.github/workflows/Lineage21_pstar_nethunter.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,8 @@ jobs:
291291
-e CONFIG_FHANDLE \
292292
-e CONFIG_UNIX_DIAG \
293293
-e CONFIG_PACKET_DIAG \
294-
-e CONFIG_NETLINK_DIAG
294+
-e CONFIG_NETLINK_DIAG \
295+
-e CONFIG_VT
295296
296297
- name: Apply patches for kali nethunter
297298
if: env.Add_Kali_Nethunter_Patches == 'true'

.github/workflows/build-kernel.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,8 @@ jobs:
291291
-e CONFIG_FHANDLE \
292292
-e CONFIG_UNIX_DIAG \
293293
-e CONFIG_PACKET_DIAG \
294-
-e CONFIG_NETLINK_DIAG
294+
-e CONFIG_NETLINK_DIAG \
295+
-e CONFIG_VT
295296
296297
- name: Apply patches for kali nethunter
297298
if: env.Add_Kali_Nethunter_Patches == 'true'

0 commit comments

Comments
 (0)