We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a45853 commit dbdc360Copy full SHA for dbdc360
Config/GENERAL.txt
@@ -66,6 +66,7 @@ CONFIG_PACKAGE_kmod-usb-storage-extras=y
66
CONFIG_PACKAGE_kmod-usb-storage-uas=y
67
CONFIG_PACKAGE_kmod-usb-uhci=y
68
CONFIG_PACKAGE_kmod-usb-xhci=y
69
+CONFIG_PACKAGE_kmod-veth=y
70
CONFIG_PACKAGE_kmod-wireguard=y
71
#组件调整
72
CONFIG_PACKAGE_autocore=y
Scripts/Handles.sh
@@ -85,13 +85,3 @@ if [ -f "$DM_FILE" ]; then
85
86
cd $PKG_PATH && echo "diskman has been fixed!"
87
fi
88
-
89
-#移除sb内核回溯移植补丁
90
-SB_PATCH="../feeds/packages/net/sing-box/patches"
91
-if [ -d "$SB_PATCH" ]; then
92
- echo " "
93
94
- rm -rf $SB_PATCH
95
96
- cd $PKG_PATH && echo "sing-box patches has been fixed!"
97
-fi
0 commit comments