SVN-Revision: 14960
@@ -10,6 +10,7 @@ ARCH:=arm
BOARD:=orion
BOARDNAME:=Marvell Orion
FEATURES:=squashfs
+SUBTARGETS=generic harddisk
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
+BOARDNAME:=Internal Hard-Disk
+ Build firmware images for orion based boards that boot directly from internal disk storage
+ (e.g : Freecom DataTank 2, ...)