mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
更新 ramdisk-patch.sh, 移除 rndis 插件
This commit is contained in:
parent
2f2b9b925c
commit
4802cadd86
@ -173,7 +173,7 @@ mkdir -p "${RAMDISK_PATH}/addons"
|
|||||||
chmod +x "${RAMDISK_PATH}/addons/addons.sh"
|
chmod +x "${RAMDISK_PATH}/addons/addons.sh"
|
||||||
|
|
||||||
# This order cannot be changed.
|
# This order cannot be changed.
|
||||||
for ADDON in "redpill" "revert" "misc" "eudev" "disks" "localrss" "notify" "wol" "rndis"; do
|
for ADDON in "redpill" "revert" "misc" "eudev" "disks" "localrss" "notify" "wol"; do
|
||||||
PARAMS=""
|
PARAMS=""
|
||||||
if [ "${ADDON}" = "disks" ]; then
|
if [ "${ADDON}" = "disks" ]; then
|
||||||
PARAMS=${HDDSORT}
|
PARAMS=${HDDSORT}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user