orion: Make sub-targets augment FEATURES, not re-define it

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
This commit is contained in:
Florian Fainelli 2016-11-29 17:09:59 -08:00 committed by Felix Fietkau
parent 5763e438f6
commit 3ca46aa257
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
#
BOARDNAME:=Generic
FEATURES:=squashfs
FEATURES+=squashfs
define Target/Description
Build firmware images for Marvell Orion based boards that boot from internal flash.

View File

@ -6,7 +6,7 @@
#
BOARDNAME:=Internal Hard-Disk
FEATURES:=targz
FEATURES+=targz
define Target/Description
Build firmware images for Marvell Orion based boards that boot directly from internal disk storage.