From 4efacdaee5f1fe876edc9075219288dcf7ccabda Mon Sep 17 00:00:00 2001 From: Dineshkumar Date: Fri, 18 Nov 2022 10:43:15 +0530 Subject: [PATCH] iop: genconfig_min: Added ipq95xx target in TARGET_DEVICES model Signed-off-by: Dineshkumar --- iop/scripts/genconfig_min.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iop/scripts/genconfig_min.sh b/iop/scripts/genconfig_min.sh index 9bef24f6e..ce166ea56 100644 --- a/iop/scripts/genconfig_min.sh +++ b/iop/scripts/genconfig_min.sh @@ -333,7 +333,7 @@ function genconfig_min { # Special handling for targets which use TARGET_DEVICES case "$target" in - iopsys_ramips | airoha | iopsys_mediatek | brcmbca) + iopsys_ramips | airoha | iopsys_mediatek | brcmbca | ipq95xx) # This assumes the device name to be unique within one target, # which is a fair assumption to make. local mk_file="$(grep -Fx --files-with-matches "define Device/${BOARDTYPE}" "$target_config_path/../image/"*.mk)"