diff --git a/package/lean/ipv6-helper/Makefile b/package/lean/ipv6-helper/Makefile index 255495646a..935d078aff 100644 --- a/package/lean/ipv6-helper/Makefile +++ b/package/lean/ipv6-helper/Makefile @@ -23,7 +23,7 @@ define Package/ipv6helper SECTION:=ipv6 TITLE:=IPv6 Helper and Dynamic Update he.net of ip PKGARCH:=all - DEPENDS:=+luci-proto-ipv6 +wget ++libip6tc +ip6tables +ip6tables-mod-nat +kmod-ipt-nat6 +kmod-nf-nat6 +odhcpd-ipv6only +odhcp6c +6in4 + DEPENDS:=+luci-proto-ipv6 +wget +libip6tc +ip6tables +ip6tables-mod-nat +kmod-ipt-nat6 +kmod-nf-nat6 +odhcpd-ipv6only +odhcp6c +6in4 endef define Package/ipv6helper/description diff --git a/package/lean/luci-app-turboacc/root/etc/init.d/turboacc b/package/lean/luci-app-turboacc/root/etc/init.d/turboacc index adf4209863..ec8e279ff1 100755 --- a/package/lean/luci-app-turboacc/root/etc/init.d/turboacc +++ b/package/lean/luci-app-turboacc/root/etc/init.d/turboacc @@ -214,7 +214,7 @@ start(){ uci set firewall.@defaults[0].fullcone="${fullcone_nat}" uci commit firewall - [ "${sfe_flow}" -eq "1" ] && { + [ "${sw_flow}" -ne "1" ] && [ "${sfe_flow}" -eq "1" ] && { lsmod | grep -q fast_classifier || modprobe fast_classifier 2>/dev/null echo "${sfe_bridge}" > "/sys/fast_classifier/skip_to_bridge_ingress" if [ "${sfe_ipv6}" -eq "1" ]; then @@ -244,6 +244,7 @@ start(){ start_pdnsd elif [ "${dns_caching_mode}" = "2" ]; then start_dnsforwarder + fi change_dns nohup "/usr/share/dnscache/dnscache-while.sh" > "/var/log/dnscache.file" 2>&1 & else