ar71xx: image: fix indentation

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
master
Piotr Dymacz 8 years ago
parent 4436979c83
commit 597c9f0be5
  1. 4
      target/linux/ar71xx/image/mikrotik.mk

@ -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

Loading…
Cancel
Save