summaryrefslogtreecommitdiff
path: root/target/linux/kirkwood/profiles/110-nas.mk
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-11-23 15:55:12 +0000
committerLuka Perkov <luka@openwrt.org>2013-11-23 15:55:12 +0000
commit770a285ee3c9b48a2691e8f6538d3c3de8af3b8c (patch)
tree071c364956c783891150f8d1440b6e1117c04a4c /target/linux/kirkwood/profiles/110-nas.mk
parent746ace4baf1ee3a2bebb32851784208eb4168b91 (diff)
downloadmtk-20170518-770a285ee3c9b48a2691e8f6538d3c3de8af3b8c.zip
mtk-20170518-770a285ee3c9b48a2691e8f6538d3c3de8af3b8c.tar.gz
mtk-20170518-770a285ee3c9b48a2691e8f6538d3c3de8af3b8c.tar.bz2
kirkwood: drop unnecessary argument from *_UBIFS_OPTS variables
The '-U' aka '--squash-uids' is already used in Image/mkfs/ubifs function. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38898
Diffstat (limited to 'target/linux/kirkwood/profiles/110-nas.mk')
-rw-r--r--target/linux/kirkwood/profiles/110-nas.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/kirkwood/profiles/110-nas.mk b/target/linux/kirkwood/profiles/110-nas.mk
index 185318d..07a9797 100644
--- a/target/linux/kirkwood/profiles/110-nas.mk
+++ b/target/linux/kirkwood/profiles/110-nas.mk
@@ -17,7 +17,7 @@ define Profile/DOCKSTAR/Description
Package set compatible with Seagate FreeAgent Dockstar board.
endef
-DOCKSTAR_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096 -U"
+DOCKSTAR_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
DOCKSTAR_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
$(eval $(call Profile,DOCKSTAR))
@@ -49,7 +49,7 @@ define Profile/IB62X0/Description
Package set compatible with RaidSonic ICY BOX IB-NAS62x0 board.
endef
-IB62X0_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096 -U"
+IB62X0_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
IB62X0_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
$(eval $(call Profile,IB62X0))