From ac773f5bc323448dfe16f9a22ff18ba0cef91bfd Mon Sep 17 00:00:00 2001 From: Omar Date: Mon, 16 Oct 2017 13:11:48 +0100 Subject: [PATCH] Ticket refs #13024: EX400 does not have any wandevice config in the datamodel in extender mode --- icwmp/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/icwmp/Makefile b/icwmp/Makefile index 4b3af42d5..87aa0cc1e 100755 --- a/icwmp/Makefile +++ b/icwmp/Makefile @@ -66,6 +66,10 @@ define Build/Prepare endef endif +ifeq ($(CONFIG_TARGET_IBOARDID),"EX400") +TARGET_CFLAGS += -DEX400 +endif + TARGET_CFLAGS += \ -D_GNU_SOURCE -D_AADJ