[source] orion: Set appropriate DEVICE_TYPE for harddisk target
LEDE Commits
lede-commits at lists.infradead.org
Sun Dec 4 02:42:18 PST 2016
nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/0d5097036e527b3f15680f4736ee393570703315
commit 0d5097036e527b3f15680f4736ee393570703315
Author: Florian Fainelli <f.fainelli at gmail.com>
AuthorDate: Tue Nov 29 17:10:02 2016 -0800
orion: Set appropriate DEVICE_TYPE for harddisk target
The harddisk target is for NAS boxes, so set the DEVICE_TYPE accordingly so we
get a sensible default package selection.
Signed-off-by: Florian Fainelli <f.fainelli at gmail.com>
---
target/linux/orion/harddisk/target.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/orion/harddisk/target.mk b/target/linux/orion/harddisk/target.mk
index b37c48a..6096e69 100644
--- a/target/linux/orion/harddisk/target.mk
+++ b/target/linux/orion/harddisk/target.mk
@@ -7,6 +7,7 @@
BOARDNAME:=Internal Hard-Disk
FEATURES+=targz
+DEVICE_TYPE:=nas
define Target/Description
Build firmware images for Marvell Orion based boards that boot directly from internal disk storage.
More information about the lede-commits
mailing list