diff options
author | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-01-16 23:24:24 +0000 |
---|---|---|
committer | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-01-16 23:24:24 +0000 |
commit | 5f5d8b4fccc84fe54b908a36c6c513846bef3d34 (patch) | |
tree | 4b8740b3da4ccf183262f102d4a5e5467f83c2c3 /conf/machine/tsx09.conf | |
parent | fb99c1caa63b34fbc16f4d47cda3e6e434f19478 (diff) |
tsx09: ts109 and ts209 are for our purposes the same device. Move this to one machine config to cover both.
Diffstat (limited to 'conf/machine/tsx09.conf')
-rw-r--r-- | conf/machine/tsx09.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/machine/tsx09.conf b/conf/machine/tsx09.conf new file mode 100644 index 0000000000..ef5d966f53 --- /dev/null +++ b/conf/machine/tsx09.conf @@ -0,0 +1,6 @@ +#@NAME: ARM based QNAP TS-109 and TS-209 + +MACHINE_EXTRA_RDEPENDS = "u-boot-utils piccontrol" +# piccontrol was broken on uclibc + +require conf/machine/include/orion.inc |