mirror of https://github.com/hak5/openwrt-owl.git
orion: Create generic and harddisk subtargets, ready for a different kernel config for harddisk.
SVN-Revision: 14960owl
parent
501ebb4f74
commit
a99415d17a
|
@ -10,6 +10,7 @@ ARCH:=arm
|
||||||
BOARD:=orion
|
BOARD:=orion
|
||||||
BOARDNAME:=Marvell Orion
|
BOARDNAME:=Marvell Orion
|
||||||
FEATURES:=squashfs
|
FEATURES:=squashfs
|
||||||
|
SUBTARGETS=generic harddisk
|
||||||
|
|
||||||
LINUX_VERSION:=2.6.28.8
|
LINUX_VERSION:=2.6.28.8
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
BOARDNAME:=Generic
|
||||||
|
|
||||||
|
define Target/Description
|
||||||
|
Build firmware images for orion based boards that boot from internal flash
|
||||||
|
endef
|
||||||
|
|
|
@ -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 New Issue