diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-05-19 15:18:12 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-05-19 15:18:12 +0200 |
commit | 934daa7b50e5450aaf964f382bfb66b8986cbaeb (patch) | |
tree | 0393c06c38cd14502953f7285337797f0d27cc20 /target/linux/kirkwood/profiles/120-plug.mk | |
parent | 311faaa1bdd28b67071b5c59ae37c47d5f4ffde1 (diff) | |
download | upstream-934daa7b50e5450aaf964f382bfb66b8986cbaeb.tar.gz upstream-934daa7b50e5450aaf964f382bfb66b8986cbaeb.tar.bz2 upstream-934daa7b50e5450aaf964f382bfb66b8986cbaeb.zip |
kirkwood: move ubi/ubifs options to the image makefile
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/kirkwood/profiles/120-plug.mk')
-rw-r--r-- | target/linux/kirkwood/profiles/120-plug.mk | 12 |
1 files changed, 0 insertions, 12 deletions
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)) |