123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- --- a/include/target.mk
- +++ b/include/target.mk
- @@ -46,27 +46,27 @@ DEFAULT_PACKAGES.router:=\
- dnsmasq-full \
- firewall \
- iptables \
- - ipv6helper \
- + ip6tables \
- + kmod-ipt-nat \
- + kmod-ipt-nat6 \
- + kmod-ipt-offload \
- + odhcp6c \
- + odhcpd-ipv6only \
- ppp \
- ppp-mod-pppoe
- -# For easy usage
- -DEFAULT_PACKAGES.tweak:=\
- - block-mount \
- - default-settings-chn \
- - kmod-ipt-raw \
- - kmod-nf-nathelper \
- - kmod-nf-nathelper-extra \
- - luci \
- - luci-app-filetransfer \
- - luci-compat \
- - luci-lib-base \
- - luci-lib-fs \
- - luci-lib-ipkg
-
- ifneq ($(DUMP),)
- all: dumpinfo
- endif
-
- +ifeq ($(ARCH),arm)
- + DEFAULT_PACKAGES+=luci-app-cpufreq
- +endif
- +
- +ifeq ($(ARCH),aarch64)
- + DEFAULT_PACKAGES+=luci-app-cpufreq
- +endif
- +
- target_conf=$(subst .,_,$(subst -,_,$(subst /,_,$(1))))
- ifeq ($(DUMP),)
- PLATFORM_DIR:=$(TOPDIR)/target/linux/$(BOARD)
- --- a/target/linux/mediatek/image/mt7981.mk
- +++ b/target/linux/mediatek/image/mt7981.mk
- @@ -375,8 +375,7 @@ define Device/cmcc_rax3000m
- DEVICE_MODEL := RAX3000M
- DEVICE_DTS := mt7981-cmcc-rax3000m
- DEVICE_DTS_DIR := $(DTS_DIR)/mediatek
- - DEVICE_PACKAGES := automount blkid luci-app-ksmbd luci-i18n-ksmbd-zh-cn ksmbd-utils \
- - luci-app-usb-printer luci-i18n-usb-printer-zh-cn \
- + DEVICE_PACKAGES := automount blkid \
- kmod-nls-cp437 kmod-nls-iso8859-1 \
- kmod-usb-net-rndis usbutils
- SUPPORTED_DEVICES := cmcc,rax3000m
|