Skip to content

Commit

Permalink
调整23.05默认设置
Browse files Browse the repository at this point in the history
  • Loading branch information
VIKINGYFY committed Oct 2, 2024
1 parent 4118409 commit 8bffb9a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Scripts/Settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,13 @@ fi
#23.05专用
if [[ $WRT_BRANCH == *"23.05"* ]]; then
sed -i '/luci-app-openclash/d' ./.config
sed -i '/luci-app-upnp/d' ./.config
sed -i '/miniupnpd/d' ./.config

echo "CONFIG_PACKAGE_luci-app-homeproxy=y" >> ./.config
echo "CONFIG_PACKAGE_luci-app-openclash=n" >> ./.config
echo "CONFIG_PACKAGE_luci-app-upnp=n" >> ./.config
echo "CONFIG_PACKAGE_miniupnpd=n" >> ./.config

echo "CONFIG_PACKAGE_luci-app-homeproxy=y" >> ./.config
echo "CONFIG_PACKAGE_luci-app-upnp-mtk-adjust=y" >> ./.config
fi

0 comments on commit 8bffb9a

Please sign in to comment.