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 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.

View file

@ -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.