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
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue