From 679e20af3927221440ee71c516b766ccc9bf318e Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 16 Nov 2021 14:33:03 +0100 Subject: [PATCH] profiles: fix memory profile on ex227/447 Fixes: WIFI-5785 Signed-off-by: John Crispin --- profiles/tplink_ex227.yml | 2 ++ profiles/tplink_ex447.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/profiles/tplink_ex227.yml b/profiles/tplink_ex227.yml index 4f3e234b5..42e5bb162 100644 --- a/profiles/tplink_ex227.yml +++ b/profiles/tplink_ex227.yml @@ -10,3 +10,5 @@ feeds: include: - wifi-ax - ucentral-ap +diffconfig: | + CONFIG_KERNEL_IPQ_MEM_PROFILE=0 diff --git a/profiles/tplink_ex447.yml b/profiles/tplink_ex447.yml index 530f2e157..27f5a57cf 100644 --- a/profiles/tplink_ex447.yml +++ b/profiles/tplink_ex447.yml @@ -10,3 +10,5 @@ feeds: include: - wifi-ax - ucentral-ap +diffconfig: | + CONFIG_KERNEL_IPQ_MEM_PROFILE=0