12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- --- 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
- @@ -2,7 +2,6 @@ KERNEL_LOADADDR := 0x48080000
-
- MT7981_USB_PKGS := automount blkid blockdev fdisk \
- kmod-nls-cp437 kmod-nls-iso8859-1 kmod-usb2 kmod-usb3 \
- - luci-app-usb-printer luci-i18n-usb-printer-zh-cn \
- kmod-usb-net-rndis usbutils
-
- define Device/mt7981-spim-nor-rfb
|