ar71xx: image: fix indentation

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
This commit is contained in:
Piotr Dymacz 2017-03-22 20:36:22 +01:00
parent 4436979c83
commit 597c9f0be5
4 changed files with 553 additions and 553 deletions

View file

@ -11,14 +11,14 @@ define Device/mikrotik
endef
define Device/nand-64m
DEVICE_TITLE := MikroTik RouterBoard with 64 MB NAND flash
$(Device/mikrotik)
DEVICE_TITLE := MikroTik RouterBoard with 64 MB NAND flash
KERNEL := kernel-bin | kernel2minor -s 512 -e -c
endef
define Device/nand-large
DEVICE_TITLE := MikroTik RouterBoard with >= 128 MB NAND flash
$(Device/mikrotik)
DEVICE_TITLE := MikroTik RouterBoard with >= 128 MB NAND flash
KERNEL := kernel-bin | kernel2minor -s 2048 -e -c
endef