ar71xx: image: fix indentation
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
This commit is contained in:
parent
4436979c83
commit
597c9f0be5
@ -11,14 +11,14 @@ define Device/mikrotik
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/nand-64m
|
define Device/nand-64m
|
||||||
DEVICE_TITLE := MikroTik RouterBoard with 64 MB NAND flash
|
|
||||||
$(Device/mikrotik)
|
$(Device/mikrotik)
|
||||||
|
DEVICE_TITLE := MikroTik RouterBoard with 64 MB NAND flash
|
||||||
KERNEL := kernel-bin | kernel2minor -s 512 -e -c
|
KERNEL := kernel-bin | kernel2minor -s 512 -e -c
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/nand-large
|
define Device/nand-large
|
||||||
DEVICE_TITLE := MikroTik RouterBoard with >= 128 MB NAND flash
|
|
||||||
$(Device/mikrotik)
|
$(Device/mikrotik)
|
||||||
|
DEVICE_TITLE := MikroTik RouterBoard with >= 128 MB NAND flash
|
||||||
KERNEL := kernel-bin | kernel2minor -s 2048 -e -c
|
KERNEL := kernel-bin | kernel2minor -s 2048 -e -c
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user