orion: Make sub-targets augment FEATURES, not re-define it
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
This commit is contained in:
parent
5763e438f6
commit
3ca46aa257
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
BOARDNAME:=Generic
|
BOARDNAME:=Generic
|
||||||
FEATURES:=squashfs
|
FEATURES+=squashfs
|
||||||
|
|
||||||
define Target/Description
|
define Target/Description
|
||||||
Build firmware images for Marvell Orion based boards that boot from internal flash.
|
Build firmware images for Marvell Orion based boards that boot from internal flash.
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
BOARDNAME:=Internal Hard-Disk
|
BOARDNAME:=Internal Hard-Disk
|
||||||
FEATURES:=targz
|
FEATURES+=targz
|
||||||
|
|
||||||
define Target/Description
|
define Target/Description
|
||||||
Build firmware images for Marvell Orion based boards that boot directly from internal disk storage.
|
Build firmware images for Marvell Orion based boards that boot directly from internal disk storage.
|
||||||
|
|
Loading…
Reference in a new issue