Modify some default values

This commit is contained in:
breeze303 2024-10-13 10:43:32 +08:00
parent 2c9bd2a662
commit 8047feb7d3
3 changed files with 16 additions and 8 deletions

View File

@ -5,12 +5,7 @@ comment "Kernel build options"
choice KERNEL_IPQ_MEM_PROFILE choice KERNEL_IPQ_MEM_PROFILE
prompt "IPQ memory profile" prompt "IPQ memory profile"
default IPQ_MEM_PROFILE_512 if TARGET_qualcommax_ipq807x_DEVICE_edimax_cax1800 default IPQ_MEM_PROFILE_512
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
config IPQ_MEM_PROFILE_1024 config IPQ_MEM_PROFILE_1024
bool "1024" bool "1024"

View File

@ -37,7 +37,7 @@ DEFAULT_PACKAGES.nas:=\
mdadm mdadm
# For router targets # For router targets
DEFAULT_PACKAGES.router:=\ DEFAULT_PACKAGES.router:=\
dnsmasq \ dnsmasq-full \
firewall4 \ firewall4 \
nftables \ nftables \
kmod-nft-offload \ kmod-nft-offload \
@ -45,6 +45,19 @@ DEFAULT_PACKAGES.router:=\
odhcpd-ipv6only \ odhcpd-ipv6only \
ppp \ ppp \
ppp-mod-pppoe 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),) ifneq ($(DUMP),)
all: dumpinfo all: dumpinfo

View File

@ -1,7 +1,7 @@
SUBTARGET:=ipq60xx SUBTARGET:=ipq60xx
FEATURES += source-only FEATURES += source-only
BOARDNAME:=Qualcomm Atheros IPQ60xx 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 define Target/Description
Build firmware images for Qualcomm Atheros IPQ60xx based boards. Build firmware images for Qualcomm Atheros IPQ60xx based boards.