[source] ar71xx: add missing DEVICE_TITLE for mikrotik devices
LEDE Commits
lede-commits at lists.infradead.org
Sun Jan 29 08:33:12 PST 2017
nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/1533f1db921119e9854aa695a50a63f66b155d37
commit 1533f1db921119e9854aa695a50a63f66b155d37
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Sun Jan 29 17:32:40 2017 +0100
ar71xx: add missing DEVICE_TITLE for mikrotik devices
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
target/linux/ar71xx/image/mikrotik.mk | 3 +++
1 file changed, 3 insertions(+)
diff --git a/target/linux/ar71xx/image/mikrotik.mk b/target/linux/ar71xx/image/mikrotik.mk
index 7a3a9ce..a2b682f 100644
--- a/target/linux/ar71xx/image/mikrotik.mk
+++ b/target/linux/ar71xx/image/mikrotik.mk
@@ -10,11 +10,13 @@ define Device/mikrotik
endef
define Device/nand-64m
+ DEVICE_TITLE := MikroTik RouterBoard with 64 MB NAND flash
$(Device/mikrotik)
KERNEL := kernel-bin | kernel2minor -s 512 -e -c
endef
define Device/nand-large
+ DEVICE_TITLE := MikroTik RouterBoard with >= 128 MB NAND flash
$(Device/mikrotik)
KERNEL := kernel-bin | kernel2minor -s 2048 -e -c
endef
@@ -22,6 +24,7 @@ endef
TARGET_DEVICES += nand-64m nand-large
define Device/rb-nor-flash-16M
+ DEVICE_TITLE := MikroTik RouterBoard with 16 MB NOR flash
BLOCKSIZE := 64k
IMAGE_SIZE := 16000k
LOADER_TYPE := elf
More information about the lede-commits
mailing list