mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 09:32:34 +00:00
Commit 2e4972e9ad ("ipq53xx: Add KERNEL_IPQ_MEM_PROFILE for IPQ53XX")
introduced KERNEL_IPQ_MEM_PROFILE but didn't set it for all IPQ53xx
boards, causing them to boot with incorrect RAM size settings.
This adds CONFIG_KERNEL_IPQ_MEM_PROFILE=0 to the affected board profiles:
- cig_wf189, cig_wf189h, cig_wf189w, cig_wf672
- edgecore_eap105
- sonicfi_rap7110c-341x
Signed-off-by: John Crispin <john@phrozen.org>
18 lines
404 B
YAML
Executable File
18 lines
404 B
YAML
Executable File
---
|
|
profile: sonicfi_rap7110c_341x
|
|
target: ipq53xx
|
|
subtarget: generic
|
|
description: Build image for the SONICFI RAP7110C-341X
|
|
image: bin/targets/ipq53xx/generic/openwrt-ipq53xx-sonicfi_rap7110c_341x-squashfs-sysupgrade.tar
|
|
feeds:
|
|
- name: qca
|
|
path: ../../feeds/qca-wifi-7
|
|
include:
|
|
- ucentral-ap
|
|
packages:
|
|
- ipq53xx
|
|
- qca-ssdk-shell
|
|
- e2fsprogs
|
|
diffconfig: |
|
|
CONFIG_KERNEL_IPQ_MEM_PROFILE=0
|