From 33c8d35375706457768d32155f10e7df196e9a65 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 25 Jul 2016 12:37:01 +0200 Subject: image: remove shell calls from legacy ubi/ubifs image code Signed-off-by: Felix Fietkau --- target/linux/kirkwood/image/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target') diff --git a/target/linux/kirkwood/image/Makefile b/target/linux/kirkwood/image/Makefile index 20c697ef79..217ec234b4 100644 --- a/target/linux/kirkwood/image/Makefile +++ b/target/linux/kirkwood/image/Makefile @@ -14,7 +14,7 @@ DEVICE_VARS += KERNEL_SIZE KERNEL_LOADADDR:=0x8000 TARGET_DEVICES = linksys-audi linksys-viper dockstar goflexnet goflexhome -UBI_OPTS:="-m 2048 -p 128KiB -s 512" +UBI_OPTS := -m 2048 -p 128KiB -s 512 UBIFS_OPTS := -m 2048 -e 126KiB -c 4096 define Device/Default @@ -141,8 +141,8 @@ define Image/Build/ubi endif endef -IOMEGA_IX2_200_UBIFS_OPTS:="-m 512 -e 15872 -c 2048" -IOMEGA_IX2_200_UBI_OPTS:="-m 512 -p 16384 -s 256" +IOMEGA_IX2_200_UBIFS_OPTS := -m 512 -e 15872 -c 2048 +IOMEGA_IX2_200_UBI_OPTS := -m 512 -p 16384 -s 256 Image/BuildKernel/Template/Generic=$(call Image/BuildKernel/Template) Image/BuildKernel/Template/IB62X0=$(call Image/BuildKernel/Template,ib62x0) -- cgit v1.2.3