targets.patch 375 B

123456789101112131415161718192021
  1. --- a/include/target.mk
  2. +++ b/include/target.mk
  3. @@ -51,7 +51,17 @@ DEFAULT_PACKAGES.router:=\
  4. odhcp6c \
  5. odhcpd-ipv6only \
  6. ppp \
  7. - ppp-mod-pppoe
  8. + ppp-mod-pppoe \
  9. + kmod-ipt-nat \
  10. + kmod-ipt-nat6
  11. +
  12. +ifeq ($(ARCH),arm)
  13. + DEFAULT_PACKAGES+=luci-app-cpufreq
  14. +endif
  15. +
  16. +ifeq ($(ARCH),aarch64)
  17. + DEFAULT_PACKAGES+=luci-app-cpufreq
  18. +endif
  19. ifneq ($(DUMP),)
  20. all: dumpinfo