From c23f2091edb3cc343c146c411279fe4e1cdc1fc1 Mon Sep 17 00:00:00 2001
From: Sukru Senli <sukru.senli@inteno.se>
Date: Fri, 8 Jan 2016 14:46:46 +0100
Subject: [PATCH] do not remove dectshim module even if NO_DECT is selected

---
 brcm63xx_ref_nand/image/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/brcm63xx_ref_nand/image/Makefile b/brcm63xx_ref_nand/image/Makefile
index 1d86533e8..c5ffb5088 100644
--- a/brcm63xx_ref_nand/image/Makefile
+++ b/brcm63xx_ref_nand/image/Makefile
@@ -147,7 +147,7 @@ define Image/Prepare
 
     ifeq ($(CONFIG_TARGET_NO_DECT),y)
 		rm -rf $(BUILD_DIR_ROOT)/lib/modules/3.4.11-rt19/extra/dect.ko
-		rm -rf $(BUILD_DIR_ROOT)/lib/modules/3.4.11-rt19/extra/dectshim.ko
+		#rm -rf $(BUILD_DIR_ROOT)/lib/modules/3.4.11-rt19/extra/dectshim.ko
     endif
 
     ifeq ($(CONFIG_TARGET_NO_DHD),y)
-- 
GitLab