Skip to content

Commit

Permalink
qualcommax: fix default options
Browse files Browse the repository at this point in the history
  • Loading branch information
breeze303 committed Dec 30, 2024
1 parent 3caa95f commit 388d383
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions config/Config-ipq.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ config KERNEL_IPQ_MEM_PROFILE

config KERNEL_SKB_RECYCLER
bool "Generic SKB recycling"
default y if KERNEL_IPQ_MEM_PROFILE > 256
default n

choice KERNEL_SKB_RECYCLE_SIZE
prompt "SKB recycler size"
Expand All @@ -58,7 +58,7 @@ config KERNEL_SKB_RECYCLE_SIZE
config KERNEL_SKB_RECYCLER_MULTI_CPU
bool "Cross-CPU recycling for CPU-locked workloads"
depends on KERNEL_SKB_RECYCLER
default y
default n

config KERNEL_SKB_RECYCLER_PREALLOC
bool "Enable preallocation of SKBs (For SFE not NSS)"
Expand Down
4 changes: 3 additions & 1 deletion target/linux/qualcommax/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ DEFAULT_PACKAGES += \
kmod-leds-gpio kmod-gpio-button-hotplug \
kmod-qca-nss-dp kmod-ath11k-ahb \
wpad-openssl uboot-envtools \
e2fsprogs kmod-fs-ext4 losetup autocore cpufreq
e2fsprogs kmod-fs-ext4 losetup autocore cpufreq \
kmod-qca-nss-drv kmod-qca-nss-ecm \
kmod-qca-nss-drv-bridge-mgr

$(eval $(call BuildTarget))
4 changes: 1 addition & 3 deletions target/linux/qualcommax/ipq60xx/target.mk
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
SUBTARGET:=ipq60xx
BOARDNAME:=Qualcomm Atheros IPQ60xx
DEFAULT_PACKAGES += \
ath11k-firmware-ipq6018 nss-firmware-ipq6018 kmod-qca-nss-dp kmod-ath11k-ahb \
kmod-qca-nss-drv kmod-qca-nss-ecm \
kmod-qca-nss-drv-bridge-mgr
ath11k-firmware-ipq6018 nss-firmware-ipq6018 kmod-qca-nss-dp kmod-ath11k-ahb

define Target/Description
Build firmware images for Qualcomm Atheros IPQ60xx based boards.
Expand Down
2 changes: 1 addition & 1 deletion target/linux/qualcommax/ipq807x/target.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SUBTARGET:=ipq807x
BOARDNAME:=Qualcomm Atheros IPQ807x
DEFAULT_PACKAGES += kmod-phy-aquantia ath11k-firmware-ipq8074 kmod-qca-nss-ecm kmod-qca-nss-drv
DEFAULT_PACKAGES += kmod-phy-aquantia ath11k-firmware-ipq8074

define Target/Description
Build firmware images for Qualcomm Atheros IPQ807x based boards.
Expand Down

0 comments on commit 388d383

Please sign in to comment.