Skip to content

Commit

Permalink
feat: add CONFIG_VT for lindroid
Browse files Browse the repository at this point in the history
  • Loading branch information
DataEraserC committed Sep 2, 2024
1 parent 35e411f commit 223eca1
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/Lineage21_pstar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,8 @@ jobs:
-e CONFIG_FHANDLE \
-e CONFIG_UNIX_DIAG \
-e CONFIG_PACKET_DIAG \
-e CONFIG_NETLINK_DIAG
-e CONFIG_NETLINK_DIAG \
-e CONFIG_VT
- name: Apply patches for kali nethunter
if: env.Add_Kali_Nethunter_Patches == 'true'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/Lineage21_pstar_docker_lxc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,8 @@ jobs:
-e CONFIG_FHANDLE \
-e CONFIG_UNIX_DIAG \
-e CONFIG_PACKET_DIAG \
-e CONFIG_NETLINK_DIAG
-e CONFIG_NETLINK_DIAG \
-e CONFIG_VT
- name: Apply patches for kali nethunter
if: env.Add_Kali_Nethunter_Patches == 'true'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/Lineage21_pstar_docker_lxc_nethunter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,8 @@ jobs:
-e CONFIG_FHANDLE \
-e CONFIG_UNIX_DIAG \
-e CONFIG_PACKET_DIAG \
-e CONFIG_NETLINK_DIAG
-e CONFIG_NETLINK_DIAG \
-e CONFIG_VT
- name: Apply patches for kali nethunter
if: env.Add_Kali_Nethunter_Patches == 'true'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/Lineage21_pstar_kernelsu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,8 @@ jobs:
-e CONFIG_FHANDLE \
-e CONFIG_UNIX_DIAG \
-e CONFIG_PACKET_DIAG \
-e CONFIG_NETLINK_DIAG
-e CONFIG_NETLINK_DIAG \
-e CONFIG_VT
- name: Apply patches for kali nethunter
if: env.Add_Kali_Nethunter_Patches == 'true'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/Lineage21_pstar_kernelsu_docker_lxc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,8 @@ jobs:
-e CONFIG_FHANDLE \
-e CONFIG_UNIX_DIAG \
-e CONFIG_PACKET_DIAG \
-e CONFIG_NETLINK_DIAG
-e CONFIG_NETLINK_DIAG \
-e CONFIG_VT
- name: Apply patches for kali nethunter
if: env.Add_Kali_Nethunter_Patches == 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,8 @@ jobs:
-e CONFIG_FHANDLE \
-e CONFIG_UNIX_DIAG \
-e CONFIG_PACKET_DIAG \
-e CONFIG_NETLINK_DIAG
-e CONFIG_NETLINK_DIAG \
-e CONFIG_VT
- name: Apply patches for kali nethunter
if: env.Add_Kali_Nethunter_Patches == 'true'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/Lineage21_pstar_kernelsu_nethunter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,8 @@ jobs:
-e CONFIG_FHANDLE \
-e CONFIG_UNIX_DIAG \
-e CONFIG_PACKET_DIAG \
-e CONFIG_NETLINK_DIAG
-e CONFIG_NETLINK_DIAG \
-e CONFIG_VT
- name: Apply patches for kali nethunter
if: env.Add_Kali_Nethunter_Patches == 'true'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/Lineage21_pstar_nethunter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,8 @@ jobs:
-e CONFIG_FHANDLE \
-e CONFIG_UNIX_DIAG \
-e CONFIG_PACKET_DIAG \
-e CONFIG_NETLINK_DIAG
-e CONFIG_NETLINK_DIAG \
-e CONFIG_VT
- name: Apply patches for kali nethunter
if: env.Add_Kali_Nethunter_Patches == 'true'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,8 @@ jobs:
-e CONFIG_FHANDLE \
-e CONFIG_UNIX_DIAG \
-e CONFIG_PACKET_DIAG \
-e CONFIG_NETLINK_DIAG
-e CONFIG_NETLINK_DIAG \
-e CONFIG_VT
- name: Apply patches for kali nethunter
if: env.Add_Kali_Nethunter_Patches == 'true'
Expand Down

0 comments on commit 223eca1

Please sign in to comment.