diff options
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile index 3c73918..8e06a99 100644 --- a/target/linux/lantiq/image/Makefile +++ b/target/linux/lantiq/image/Makefile @@ -187,14 +187,14 @@ endef DEVICE_VARS += IMAGE_SIZE define Device/NAND/xway - BLOCKSIZE := 16KiB + BLOCKSIZE := 16k PAGESIZE := 512 SUBPAGESIZE := 256 FILESYSTEMS += ubifs endef define Device/NAND/xrx200 - BLOCKSIZE := 128KiB + BLOCKSIZE := 128k PAGESIZE := 2048 SUBPAGESIZE := 512 FILESYSTEMS += ubifs |