Skip to content

Commit 7d4f412

Browse files
committed
docs: update readme
1 parent 53b88d6 commit 7d4f412

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,4 @@ python3 zkb assets --build-env=local --base=los --codename=dumpling --package-ty
254254

255255
## Credits
256256

257-
- [x_kernel_oneplus_msm8998](https://github.com/ederekun/x_kernel_oneplus_msm8998): OnePlus 5/T kernel with many optimizations and improvements;
258-
- [4.14-kernel-oneplus-msm8998](https://github.com/roberto-sartori-gl/4.14-kernel-oneplus-msm8998): a base of 4.14 kernels for OnePlus 5/T, with KernelSU patches;
259257
- [kali-nethunter-kernel](https://gitlab.com/kalilinux/nethunter/build-scripts/kali-nethunter-kernel): official kernel patches from Kali NetHunter project.

zkb/core/kernel_builder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ def update_defconfig(self) -> None:
342342
"CONFIG_MAC80211=y",
343343
"CONFIG_RTL8187=y",
344344
"CONFIG_RTLWIFI=y",
345+
"CONFIG_RTL8187L=y",
345346
]
346347

347348
# KernelSU changes

0 commit comments

Comments
 (0)