Initial release: Driver Manager KernelSU module v1.0.0
Manage GPU, WiFi, Bluetooth, SDR, and game controller drivers. Supports PowerVR mode switching, BCM4390/Nexmon WiFi modes, RTL-SDR/HackRF/Airspy with DVB-T/SDR mode toggle, Xbox/PS5/ Switch Pro controllers, and QCA Bluetooth pentest mode. WebUI control panel for KernelSU manager.
This commit is contained in:
18
build.sh
Executable file
18
build.sh
Executable file
@@ -0,0 +1,18 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
ZIP="driver-manager-v1.0.0.zip"
|
||||
rm -f "$ZIP"
|
||||
|
||||
zip -r9 "$ZIP" \
|
||||
module.prop \
|
||||
customize.sh \
|
||||
post-fs-data.sh \
|
||||
service.sh \
|
||||
system.prop \
|
||||
system/ \
|
||||
webroot/ \
|
||||
-x "*.git*" "build.sh" "tools/*" "README*"
|
||||
|
||||
echo "Built: $ZIP ($(du -h "$ZIP" | cut -f1))"
|
||||
Reference in New Issue
Block a user