orion: Create generic and harddisk subtargets, ready for a different kernel config for harddisk.
SVN-Revision: 14960
This commit is contained in:
parent
501ebb4f74
commit
a99415d17a
3 changed files with 13 additions and 0 deletions
|
@ -10,6 +10,7 @@ ARCH:=arm
|
|||
BOARD:=orion
|
||||
BOARDNAME:=Marvell Orion
|
||||
FEATURES:=squashfs
|
||||
SUBTARGETS=generic harddisk
|
||||
|
||||
LINUX_VERSION:=2.6.28.8
|
||||
|
||||
|
|
6
target/linux/orion/generic/target.mk
Normal file
6
target/linux/orion/generic/target.mk
Normal file
|
@ -0,0 +1,6 @@
|
|||
BOARDNAME:=Generic
|
||||
|
||||
define Target/Description
|
||||
Build firmware images for orion based boards that boot from internal flash
|
||||
endef
|
||||
|
6
target/linux/orion/harddisk/target.mk
Normal file
6
target/linux/orion/harddisk/target.mk
Normal file
|
@ -0,0 +1,6 @@
|
|||
BOARDNAME:=Internal Hard-Disk
|
||||
|
||||
define Target/Description
|
||||
Build firmware images for orion based boards that boot directly from internal disk storage
|
||||
(e.g : Freecom DataTank 2, ...)
|
||||
endef
|
Loading…
Reference in a new issue