mirror of
https://github.com/breeze303/openwrt-ipq.git
synced 2025-12-16 13:51:06 +00:00
Modify some default values
This commit is contained in:
parent
2c9bd2a662
commit
8047feb7d3
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user