diff --git a/config/Config-ipq.in b/config/Config-ipq.in index 7b36443b1c..e2b42e0f42 100644 --- a/config/Config-ipq.in +++ b/config/Config-ipq.in @@ -5,12 +5,7 @@ comment "Kernel build options" choice KERNEL_IPQ_MEM_PROFILE prompt "IPQ memory profile" - default IPQ_MEM_PROFILE_512 if TARGET_qualcommax_ipq807x_DEVICE_edimax_cax1800 - default IPQ_MEM_PROFILE_512 if TARGET_qualcommax_ipq807x_DEVICE_compex_wpq87 - default IPQ_MEM_PROFILE_512 if TARGET_qualcommax_ipq807x_DEVICE_linksys_mx4200v1 - default IPQ_MEM_PROFILE_512 if TARGET_qualcommax_ipq807x_DEVICE_redmi_ax6 - default IPQ_MEM_PROFILE_512 if TARGET_qualcommax_ipq807x_DEVICE_xiaomi_ax3600 - default IPQ_MEM_PROFILE_512 if TARGET_qualcommax_ipq807x_DEVICE_zte_mf269 + default IPQ_MEM_PROFILE_512 config IPQ_MEM_PROFILE_1024 bool "1024" diff --git a/include/target.mk b/include/target.mk index d13902ad6e..2b7bcb13c0 100644 --- a/include/target.mk +++ b/include/target.mk @@ -37,7 +37,7 @@ DEFAULT_PACKAGES.nas:=\ mdadm # For router targets DEFAULT_PACKAGES.router:=\ - dnsmasq \ + dnsmasq-full \ firewall4 \ nftables \ kmod-nft-offload \ @@ -45,6 +45,19 @@ DEFAULT_PACKAGES.router:=\ odhcpd-ipv6only \ ppp \ ppp-mod-pppoe +# For easy usage +DEFAULT_PACKAGES.tweak:=\ + autocore \ + block-mount \ + default-settings-chn \ + kmod-nf-nathelper \ + kmod-nf-nathelper-extra \ + luci-light \ + luci-app-cpufreq \ + luci-app-opkg \ + luci-compat \ + luci-lib-base \ + luci-lib-ipkg ifneq ($(DUMP),) all: dumpinfo diff --git a/target/linux/qualcommax/ipq60xx/target.mk b/target/linux/qualcommax/ipq60xx/target.mk index dc3a2ceff6..88aee1752b 100644 --- a/target/linux/qualcommax/ipq60xx/target.mk +++ b/target/linux/qualcommax/ipq60xx/target.mk @@ -1,7 +1,7 @@ SUBTARGET:=ipq60xx FEATURES += source-only BOARDNAME:=Qualcomm Atheros IPQ60xx -DEFAULT_PACKAGES += ath11k-firmware-ipq6018 +DEFAULT_PACKAGES += ath11k-firmware-ipq6018 nss-firmware-ipq6018 kmod-qca-nss-ecm kmod-qca-nss-drv define Target/Description Build firmware images for Qualcomm Atheros IPQ60xx based boards.