diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-07-25 12:37:01 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-07-25 12:37:50 +0200 |
commit | 33c8d35375706457768d32155f10e7df196e9a65 (patch) | |
tree | 108f354c4a5f057809cea3198a0634fc0d1b93eb /target/linux/kirkwood/image/Makefile | |
parent | 064bcdc25907e7c9c949bb80c4772ecf81178d66 (diff) | |
download | upstream-33c8d35375706457768d32155f10e7df196e9a65.tar.gz upstream-33c8d35375706457768d32155f10e7df196e9a65.tar.bz2 upstream-33c8d35375706457768d32155f10e7df196e9a65.zip |
image: remove shell calls from legacy ubi/ubifs image code
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/kirkwood/image/Makefile')
-rw-r--r-- | target/linux/kirkwood/image/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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) |