diff options
author | Øyvind Repvik <repvik@foonas.org> | 2008-12-07 21:08:24 +0100 |
---|---|---|
committer | Øyvind Repvik <repvik@foonas.org> | 2008-12-07 21:08:24 +0100 |
commit | da80ac62b8936bbd73fb5595cbad917dc152d4e4 (patch) | |
tree | ddfccd472a051cb0cd76925bd9151680dd67b5d8 /conf/machine/ts209.conf | |
parent | 563054a2db557ef229b6d30842bf17f86c02f249 (diff) |
turbostation/linkstation: Split turbostation machine config into correct ones. Add lsmipsel and lspro machine configs
Diffstat (limited to 'conf/machine/ts209.conf')
-rw-r--r-- | conf/machine/ts209.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/machine/ts209.conf b/conf/machine/ts209.conf new file mode 100644 index 0000000000..882a8e3553 --- /dev/null +++ b/conf/machine/ts209.conf @@ -0,0 +1,8 @@ +#@NAME: ARM based QNAP TS-209 + +INHERIT += "ts209-image" +MACHINE_EXTRA_RDEPENDS = "u-boot-utils piccontrol" +MACHINE_EXTRA_RDEPENDS_foonas-em = "u-boot-utils piccontrol" +MACHINE_EXTRA_RDEPENDS_foonas-iscsi = "u-boot-utils piccontrol" + +require conf/machine/include/orion.inc |