diff options
author | Daniel Golle <daniel@makrotopia.org> | 2019-07-06 21:21:34 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2019-07-10 16:56:16 +0200 |
commit | 08e0db3e982e56a380f82b5b58e888f41e1cec9b (patch) | |
tree | 1fe4773c875371aebbcb61354ec523cb61a90f20 /target/linux/oxnas/image/ox810se.mk | |
parent | 7d96c301d6afc9f360c26b404e435e8e03c1e207 (diff) | |
download | upstream-08e0db3e982e56a380f82b5b58e888f41e1cec9b.tar.gz upstream-08e0db3e982e56a380f82b5b58e888f41e1cec9b.tar.bz2 upstream-08e0db3e982e56a380f82b5b58e888f41e1cec9b.zip |
oxnas: convert DEVICE_TITLE to new variables
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/oxnas/image/ox810se.mk')
-rw-r--r-- | target/linux/oxnas/image/ox810se.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/oxnas/image/ox810se.mk b/target/linux/oxnas/image/ox810se.mk index 52170a26fa..2cb61c5645 100644 --- a/target/linux/oxnas/image/ox810se.mk +++ b/target/linux/oxnas/image/ox810se.mk @@ -12,7 +12,9 @@ endef define Device/wd-mbwe DEVICE_DTS := ox810se-wd-mbwe - DEVICE_TITLE := Western Digital My Book World Edition + DEVICE_VENDOR := Western Digital + DEVICE_MODEL := My Book + DEVICE_VARIANT := World Edition KERNEL := kernel-bin | append-dtb | uImage none endef TARGET_DEVICES += wd-mbwe |