targets.patch 371 B

1234567891011121314151617
  1. --- a/include/target.mk
  2. +++ b/include/target.mk
  3. @@ -53,10 +53,10 @@ DEFAULT_PACKAGES.nas:=\
  4. mdadm
  5. # For router targets
  6. DEFAULT_PACKAGES.router:=\
  7. - dnsmasq \
  8. - firewall4 \
  9. - nftables \
  10. - kmod-nft-offload \
  11. + dnsmasq-full \
  12. + firewall \
  13. + iptables-legacy ip6tables-legacy kmod-ipt-nat6 ip6tables-mod-nat \
  14. + kmod-ipt-offload \
  15. odhcp6c \
  16. odhcpd-ipv6only \
  17. ppp \