|
@@ -13,7 +13,8 @@ default_packages="\
|
|
|
tar \
|
|
|
iperf \
|
|
|
bash \
|
|
|
- rsync " # Leave trailing whitespace
|
|
|
+ rsync \
|
|
|
+ openssh-sftp-server " # Leave trailing whitespace
|
|
|
|
|
|
|
|
|
declare -Ag archer
|
|
@@ -76,117 +77,13 @@ r2s['packages']="\
|
|
|
ethtool"
|
|
|
|
|
|
declare -Ag r4s
|
|
|
-r4s['release']="22.03.0-rc1"
|
|
|
r4s['profile']="friendlyarm_nanopi-r4s"
|
|
|
r4s['target']="rockchip/armv8"
|
|
|
r4s['filesystem']="ext4"
|
|
|
-r4s['repo']="src/gz stangri_repo https://repo.openwrt.melmac.net"
|
|
|
-# fw3 + vpn-policy-routing
|
|
|
-# r4s['packages']="\
|
|
|
-# $default_packages \
|
|
|
-# luci-app-upnp \
|
|
|
-# luci-app-wireguard \
|
|
|
-# luci-app-vpn-policy-routing \
|
|
|
-# vpn-policy-routing \
|
|
|
-# -dnsmasq \
|
|
|
-# dnsmasq-full \
|
|
|
-# luci-app-ddns \
|
|
|
-# luci-app-sqm \
|
|
|
-# luci-app-statistics \
|
|
|
-# collectd-mod-sensors \
|
|
|
-# collectd-mod-thermal \
|
|
|
-# collectd-mod-conntrack \
|
|
|
-# smcroute \
|
|
|
-# curl \
|
|
|
-# ethtool \
|
|
|
-# kmod-ipt-nat6 \
|
|
|
-# -firewall4 \
|
|
|
-# -nftables \
|
|
|
-# -kmod-nft-offload \
|
|
|
-# firewall \
|
|
|
-# ip6tables \
|
|
|
-# iptables \
|
|
|
-# kmod-ipt-offload"
|
|
|
-
|
|
|
-# fw3 + pbr
|
|
|
-# r4s['packages']="\
|
|
|
-# $default_packages \
|
|
|
-# luci-app-upnp \
|
|
|
-# luci-app-wireguard \
|
|
|
-# luci-app-pbr \
|
|
|
-# pbr-ipt \
|
|
|
-# -dnsmasq \
|
|
|
-# dnsmasq-full \
|
|
|
-# luci-app-ddns \
|
|
|
-# luci-app-sqm \
|
|
|
-# luci-app-statistics \
|
|
|
-# collectd-mod-sensors \
|
|
|
-# collectd-mod-thermal \
|
|
|
-# collectd-mod-conntrack \
|
|
|
-# smcroute \
|
|
|
-# curl \
|
|
|
-# ethtool \
|
|
|
-# kmod-ipt-nat6 \
|
|
|
-# -firewall4 \
|
|
|
-# -nftables \
|
|
|
-# -kmod-nft-offload \
|
|
|
-# firewall \
|
|
|
-# ip6tables \
|
|
|
-# iptables \
|
|
|
-# kmod-ipt-offload"
|
|
|
-
|
|
|
-# fw3
|
|
|
-# r4s['packages']="\
|
|
|
-# $default_packages \
|
|
|
-# luci-app-upnp \
|
|
|
-# luci-app-wireguard \
|
|
|
-# -dnsmasq \
|
|
|
-# dnsmasq-full \
|
|
|
-# luci-app-ddns \
|
|
|
-# luci-app-sqm \
|
|
|
-# luci-app-statistics \
|
|
|
-# collectd-mod-sensors \
|
|
|
-# collectd-mod-thermal \
|
|
|
-# collectd-mod-conntrack \
|
|
|
-# smcroute \
|
|
|
-# curl \
|
|
|
-# ethtool \
|
|
|
-# kmod-ipt-nat6 \
|
|
|
-# -firewall4 \
|
|
|
-# -nftables \
|
|
|
-# -kmod-nft-offload \
|
|
|
-# firewall \
|
|
|
-# ip6tables \
|
|
|
-# iptables \
|
|
|
-# kmod-ipt-offload"
|
|
|
-
|
|
|
-# fw4 + pbr
|
|
|
-# r4s['packages']="\
|
|
|
-# $default_packages \
|
|
|
-# luci-app-upnp \
|
|
|
-# luci-app-wireguard \
|
|
|
-# luci-app-pbr \
|
|
|
-# pbr-netifd \
|
|
|
-# -dnsmasq \
|
|
|
-# dnsmasq-full \
|
|
|
-# luci-app-ddns \
|
|
|
-# luci-app-sqm \
|
|
|
-# luci-app-statistics \
|
|
|
-# collectd-mod-sensors \
|
|
|
-# collectd-mod-thermal \
|
|
|
-# collectd-mod-conntrack \
|
|
|
-# smcroute \
|
|
|
-# curl \
|
|
|
-# ethtool \
|
|
|
-# kmod-nft-nat6"
|
|
|
-
|
|
|
-# fw4
|
|
|
r4s['packages']="\
|
|
|
$default_packages \
|
|
|
luci-app-upnp \
|
|
|
luci-app-wireguard \
|
|
|
- -dnsmasq \
|
|
|
- dnsmasq-full \
|
|
|
luci-app-ddns \
|
|
|
luci-app-sqm \
|
|
|
luci-app-statistics \
|
|
@@ -196,7 +93,8 @@ r4s['packages']="\
|
|
|
smcroute \
|
|
|
curl \
|
|
|
ethtool \
|
|
|
- kmod-nft-nat6"
|
|
|
+ kmod-tun \
|
|
|
+ ca-bundle"
|
|
|
|
|
|
declare -Ag x5000r
|
|
|
x5000r['profile']="totolink_x5000r"
|