123456789101112131415161718192021 |
- --- a/include/target.mk
- +++ b/include/target.mk
- @@ -51,7 +51,17 @@ DEFAULT_PACKAGES.router:=\
- odhcp6c \
- odhcpd-ipv6only \
- ppp \
- - ppp-mod-pppoe
- + ppp-mod-pppoe \
- + kmod-ipt-nat \
- + kmod-ipt-nat6
- +
- +ifeq ($(ARCH),arm)
- + DEFAULT_PACKAGES+=luci-app-cpufreq
- +endif
- +
- +ifeq ($(ARCH),aarch64)
- + DEFAULT_PACKAGES+=luci-app-cpufreq
- +endif
-
- ifneq ($(DUMP),)
- all: dumpinfo
|