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/ts109.conf | |
parent | 563054a2db557ef229b6d30842bf17f86c02f249 (diff) |
turbostation/linkstation: Split turbostation machine config into correct ones. Add lsmipsel and lspro machine configs
Diffstat (limited to 'conf/machine/ts109.conf')
-rw-r--r-- | conf/machine/ts109.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/machine/ts109.conf b/conf/machine/ts109.conf new file mode 100644 index 0000000000..96cee24ccb --- /dev/null +++ b/conf/machine/ts109.conf @@ -0,0 +1,9 @@ +#@NAME: ARM based QNAP TS-109 + +INHERIT += "ts109-image" +MACHINE_EXTRA_RDEPENDS = "u-boot-utils piccontrol" +# piccontrol is broken on uclibc +MACHINE_EXTRA_RDEPENDS_foonas-em = "u-boot-utils" +MACHINE_EXTRA_RDEPENDS_foonas-iscsi = "u-boot-utils" + +require conf/machine/include/orion.inc |