ar71xx: image: mikrotik: shorten DEVICE_TITLE
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
This commit is contained in:
		| @@ -12,19 +12,19 @@ endef | |||||||
|  |  | ||||||
| define Device/nand-64m | define Device/nand-64m | ||||||
|   $(Device/mikrotik) |   $(Device/mikrotik) | ||||||
|   DEVICE_TITLE := MikroTik RouterBoard with 64 MB NAND flash |   DEVICE_TITLE := MikroTik RouterBoard (64 MB NAND) | ||||||
|   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/mikrotik) |   $(Device/mikrotik) | ||||||
|   DEVICE_TITLE := MikroTik RouterBoard with >= 128 MB NAND flash |   DEVICE_TITLE := MikroTik RouterBoard (>= 128 MB NAND) | ||||||
|   KERNEL := kernel-bin | kernel2minor -s 2048 -e -c |   KERNEL := kernel-bin | kernel2minor -s 2048 -e -c | ||||||
| endef | endef | ||||||
| TARGET_DEVICES += nand-64m nand-large | TARGET_DEVICES += nand-64m nand-large | ||||||
|  |  | ||||||
| define Device/rb-nor-flash-16M | define Device/rb-nor-flash-16M | ||||||
|   DEVICE_TITLE := MikroTik RouterBoard with 16 MB SPI NOR flash |   DEVICE_TITLE := MikroTik RouterBoard (16 MB SPI NOR) | ||||||
|   DEVICE_PACKAGES := rbcfg rssileds -nand-utils |   DEVICE_PACKAGES := rbcfg rssileds -nand-utils | ||||||
|   IMAGE_SIZE := 16000k |   IMAGE_SIZE := 16000k | ||||||
|   LOADER_TYPE := elf |   LOADER_TYPE := elf | ||||||
| @@ -37,7 +37,7 @@ endef | |||||||
|  |  | ||||||
| define Device/rb-nor-flash-16M-ac | define Device/rb-nor-flash-16M-ac | ||||||
|   $(Device/rb-nor-flash-16M) |   $(Device/rb-nor-flash-16M) | ||||||
|   DEVICE_TITLE := MikroTik RouterBoard with 16 MB SPI NOR flash and ac |   DEVICE_TITLE := MikroTik RouterBoard (16 MB SPI NOR, 802.11ac) | ||||||
|   DEVICE_PACKAGES += kmod-ath10k ath10k-firmware-qca988x ath10k-firmware-qca9887 |   DEVICE_PACKAGES += kmod-ath10k ath10k-firmware-qca988x ath10k-firmware-qca9887 | ||||||
| endef | endef | ||||||
| TARGET_DEVICES += rb-nor-flash-16M rb-nor-flash-16M-ac | TARGET_DEVICES += rb-nor-flash-16M rb-nor-flash-16M-ac | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Piotr Dymacz
					Piotr Dymacz