projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3043a4f
)
orion: Set appropriate DEVICE_TYPE for harddisk target
author
Florian Fainelli
<f.fainelli@gmail.com>
Wed, 30 Nov 2016 01:10:02 +0000
(17:10 -0800)
committer
Felix Fietkau
<nbd@nbd.name>
Sun, 4 Dec 2016 10:41:52 +0000
(11:41 +0100)
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@gmail.com>
target/linux/orion/harddisk/target.mk
patch
|
blob
|
history
diff --git
a/target/linux/orion/harddisk/target.mk
b/target/linux/orion/harddisk/target.mk
index b37c48a520b0d999a76b88fdead380d902bfdbb7..6096e69709e7a30d73ab122cb3b8b56593d4776c 100644
(file)
--- 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.