-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Cyber Knight <[email protected]>
- Loading branch information
1 parent
09e7eb5
commit a94c293
Showing
2 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
## Build Information | ||
``` | ||
Kernel: NetErnels Kernel | ||
Type: Stable | ||
Device: OnePlus 8/Pro | ||
Compiler: Proton Clang 13.0.0 | ||
Branch: master | ||
Build Number: 1.0 | ||
``` | ||
## Changelog | ||
``` | ||
-NetErnels-1.0 | ||
* Initial build | ||
* Enabled sysvipc for postgresql support | ||
* Patched drivers for wifi injection support | ||
* Enabled wlan0 monitor mode | ||
* Enabled AR9721, RT3070, MT7601U and many more drivers. | ||
* Enabled SDR support for radio-based attacks | ||
* Enabled HCI support for both HCI0 and external bluetooth adapters | ||
* Enabled ethernet drivers support for nethunter | ||
* Enabled HID support for nethunter | ||
* Enabled USB support for nethunter | ||
* Built rtl8188eu as a module | ||
* Built rtl8712u as a module | ||
* Built rts5208 as a module | ||
* Built rtl8822be as a module | ||
* Built rtl8192e as a module | ||
* Built usb gspca as a module | ||
* Built with proton-clang 13.0.0 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"kernel": { | ||
"name": "NetErnels Kernel", | ||
"version": "NetErnels-1.0", | ||
"link": "https://github.com/neternels/android_kernel_oneplus_sm8250/releases/download/NetErnels-1.0/NetErnels-unified_op8-4.19.202-signed.zip", | ||
"changelog_url": "https://raw.githubusercontent.com/neternels/android_kernel_oneplus_sm8250/R/ota/changelog", | ||
"date": "2021-08-23", | ||
"sha1": "7447937b22e11b423ff040e6c9bc58266acfaaee" | ||
}, | ||
"support": { | ||
"link": "https://t.me/neternels_chat" | ||
} | ||
} |