Skip to content
Snippets Groups Projects
Commit 770a285e authored by Luka Perkov's avatar Luka Perkov
Browse files

kirkwood: drop unnecessary argument from *_UBIFS_OPTS variables


The '-U' aka '--squash-uids' is already used in Image/mkfs/ubifs function.

Signed-off-by: default avatarLuka Perkov <luka@openwrt.org>

SVN-Revision: 38898
parent 746ace4b
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ define Profile/DOCKSTAR/Description ...@@ -17,7 +17,7 @@ define Profile/DOCKSTAR/Description
Package set compatible with Seagate FreeAgent Dockstar board. Package set compatible with Seagate FreeAgent Dockstar board.
endef 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" DOCKSTAR_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
$(eval $(call Profile,DOCKSTAR)) $(eval $(call Profile,DOCKSTAR))
...@@ -49,7 +49,7 @@ define Profile/IB62X0/Description ...@@ -49,7 +49,7 @@ define Profile/IB62X0/Description
Package set compatible with RaidSonic ICY BOX IB-NAS62x0 board. Package set compatible with RaidSonic ICY BOX IB-NAS62x0 board.
endef 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" IB62X0_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
$(eval $(call Profile,IB62X0)) $(eval $(call Profile,IB62X0))
...@@ -15,7 +15,7 @@ define Profile/POGOE02/Description ...@@ -15,7 +15,7 @@ define Profile/POGOE02/Description
Package set compatible with Cloud Engines Pogoplug E02 board. Package set compatible with Cloud Engines Pogoplug E02 board.
endef endef
POGOE02_UBIFS_OPTS:="-m 2048 -e 128KiB -c 4096 -U" POGOE02_UBIFS_OPTS:="-m 2048 -e 128KiB -c 4096"
POGOE02_UBI_OPTS:="-m 2048 -p 128KiB -s 512" POGOE02_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
$(eval $(call Profile,POGOE02)) $(eval $(call Profile,POGOE02))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment