1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-26 02:55:32 +02:00

orion: Create generic and harddisk subtargets, ready for a different kernel config for harddisk.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14960 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
rwhitby 2009-03-22 00:36:47 +00:00
parent d28ed969b1
commit c323a00d29
3 changed files with 13 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,6 @@
BOARDNAME:=Generic
define Target/Description
Build firmware images for orion based boards that boot from internal flash
endef

View 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