From d907cc24a479b9b1eec38108873f6368e1f30411 Mon Sep 17 00:00:00 2001
From: Reidar Cederqvist <reidar.cederqvist@gmail.com>
Date: Tue, 10 Nov 2015 15:26:17 +0100
Subject: [PATCH] brcm63xx_ref_nand/image/Makefile: added --nosquash-rino-perm
 to UBIFS_OPTS to preserv file rights

---
 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 d8ceac820..da681b0d6 100644
--- a/brcm63xx_ref_nand/image/Makefile
+++ b/brcm63xx_ref_nand/image/Makefile
@@ -14,7 +14,7 @@ KERNEL_ENTRY:= $(shell readelf -h $(KDIR)/vmlinux.bcm.elf | grep Entry | awk '{p
 CFE_BUILT:=
 BOARD_ID:=D301
 
-UBIFS_OPTS = -v -c 2048 -m 2048 -e 126976 -x lzma --squash-uids
+UBIFS_OPTS = -v -c 2048 -m 2048 -e 126976 -x lzma --squash-uids --nosquash-rino-perm
 UBINIZE_OPTS = -v -m 2048 -p 128KiB
 
 ifeq ($(CONFIG_BCM_CHIP_ID),"63138")
-- 
GitLab