File tree 3 files changed +19
-0
lines changed
3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -682,6 +682,19 @@ check_prerequisites_linux()
682
682
fi
683
683
}
684
684
685
+ removable_pkgs_openwrt ()
686
+ {
687
+ PKGS=" iptables-mod-extra iptables-mod-nfqueue iptables-mod-filter iptables-mod-ipopt iptables-mod-conntrack-extra ip6tables-mod-nat ip6tables-extra kmod-nft-queue gzip coreutils-sort coreutils-sleep curl"
688
+ }
689
+
690
+ remove_extra_pkgs_openwrt ()
691
+ {
692
+ echo \* remove dependencies
693
+ removable_pkgs_openwrt
694
+ echo these packages may have been installed by install_easy.sh : $PKGS
695
+ ask_yes_no N " do you want to remove them" && opkg remove --autoremove $PKGS
696
+ }
697
+
685
698
check_prerequisites_openwrt ()
686
699
{
687
700
echo \* checking prerequisites
Original file line number Diff line number Diff line change @@ -359,3 +359,6 @@ blockcheck: do not require root if SKIP_PKTWS=1
359
359
v68:
360
360
361
361
readme.md : move russian version to markdown
362
+ nfqws,tpws: use alternate $ sign for $<config_file>
363
+ repo: binaries removed from repo. git actions binaries build in releases.
364
+ uninstall_easy.sh: offer to remove dependencies in openwrt
Original file line number Diff line number Diff line change @@ -72,6 +72,9 @@ remove_openwrt()
72
72
nft_del_table
73
73
restart_openwrt_firewall
74
74
crontab_del
75
+ remove_extra_pkgs_openwrt
76
+ echo
77
+ echo to fully remove zapret : rm -r \" $ZAPRET_BASE \"
75
78
}
76
79
77
80
remove_macos ()
You can’t perform that action at this time.
0 commit comments