Skip to content

Commit dbdc360

Browse files
committed
组件调整
1 parent 3a45853 commit dbdc360

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

Config/GENERAL.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ CONFIG_PACKAGE_kmod-usb-storage-extras=y
6666
CONFIG_PACKAGE_kmod-usb-storage-uas=y
6767
CONFIG_PACKAGE_kmod-usb-uhci=y
6868
CONFIG_PACKAGE_kmod-usb-xhci=y
69+
CONFIG_PACKAGE_kmod-veth=y
6970
CONFIG_PACKAGE_kmod-wireguard=y
7071
#组件调整
7172
CONFIG_PACKAGE_autocore=y

Scripts/Handles.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,3 @@ if [ -f "$DM_FILE" ]; then
8585

8686
cd $PKG_PATH && echo "diskman has been fixed!"
8787
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

Comments
 (0)