X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fkirkwood%2Fprofiles%2F120-plug.mk;h=0512aff4503135c2a642107011f11b795ecbcc77;hb=9a1f441ac81c0c2b96ec813a645bae4fc8792bf5;hp=3f92f89b23ff01073fbd9525797afe68e4961788;hpb=cc8628a6a3dd93179a8a5eeb1e1ae4e142d8829f;p=lede-git%2F.git diff --git a/target/linux/kirkwood/profiles/120-plug.mk b/target/linux/kirkwood/profiles/120-plug.mk index 3f92f89b23..0512aff450 100644 --- a/target/linux/kirkwood/profiles/120-plug.mk +++ b/target/linux/kirkwood/profiles/120-plug.mk @@ -17,9 +17,6 @@ define Profile/SHEEVAPLUG/Description Package set compatible with Globalscale Technologies SheevaPlug board. endef -SHEEVAPLUG_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096" -SHEEVAPLUG_UBI_OPTS:="-m 2048 -p 128KiB -s 512" - $(eval $(call Profile,SHEEVAPLUG)) define Profile/SHEEVAPLUGSATA @@ -34,9 +31,6 @@ define Profile/SHEEVAPLUGSATA/Description Package set compatible with Globalscale Technologies eSATA SheevaPlug board. endef -SHEEVAPLUGSATA_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096" -SHEEVAPLUGSATA_UBI_OPTS:="-m 2048 -p 128KiB -s 512" - $(eval $(call Profile,SHEEVAPLUGSATA)) define Profile/GuruplugServerPlus @@ -53,9 +47,6 @@ define Profile/GuruplugServerPlus/Description Package set compatible with Globalscale Technologies Guruplug Server Plus board. endef -GuruplugServerPlus_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096" -GuruplugServerPlus_UBI_OPTS:="-m 2048 -p 128KiB -s 512" - $(eval $(call Profile,GuruplugServerPlus)) define Profile/Topkick1281P2 @@ -70,7 +61,4 @@ define Profile/Topkick1281P2/Description Package set compatible with Univeral Scientific Industrial Co. Topkick-1281P2 board. endef -Topkick1281P2_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096" -Topkick1281P2_UBI_OPTS:="-m 2048 -p 128KiB -s 512" - $(eval $(call Profile,Topkick1281P2))