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

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
master
Florian Fainelli 8 years ago committed by Felix Fietkau
parent 5763e438f6
commit 3ca46aa257
  1. 2
      target/linux/orion/generic/target.mk
  2. 2
      target/linux/orion/harddisk/target.mk

@ -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…
Cancel
Save