targets.patch 593 B

1234567891011121314151617181920212223242526272829303132
  1. --- a/include/target.mk
  2. +++ b/include/target.mk
  3. @@ -44,9 +44,11 @@
  4. # For router targets
  5. DEFAULT_PACKAGES.router:=\
  6. - dnsmasq \
  7. + dnsmasq-full \
  8. firewall \
  9. ip6tables \
  10. iptables \
  11. kmod-ipt-offload \
  12. + kmod-ipt-nat \
  13. + kmod-ipt-nat6 \
  14. odhcp6c \
  15. odhcpd-ipv6only \
  16. @@ -83,4 +85,16 @@
  17. -include ./$(SUBTARGET)/target.mk
  18. endif
  19. +endif
  20. +
  21. +ifneq ($(CONFIG_SMALL_FLASH),)
  22. + DEFAULT_PACKAGES+=-coremark -htop -bash -openssh-sftp-server
  23. +endif
  24. +
  25. +ifeq ($(ARCH),arm)
  26. + DEFAULT_PACKAGES+=luci-app-cpufreq
  27. +endif
  28. +
  29. +ifeq ($(ARCH),aarch64)
  30. + DEFAULT_PACKAGES+=luci-app-cpufreq
  31. endif