diff options
author | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-01-17 13:39:35 +0000 |
---|---|---|
committer | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-01-17 13:39:35 +0000 |
commit | b9075c5dd7d679575c9dd6814c115af2ecdf8eda (patch) | |
tree | b37447693fba56908adb131e19cad831f26aa95e /conf | |
parent | 99c8c4a46615e021a1c4e11749f650da3fa62e96 (diff) |
mv2120: Add machine HP mv2120, an Orion based NAS
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/mv2120.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/machine/mv2120.conf b/conf/machine/mv2120.conf new file mode 100644 index 0000000000..9fd90bfbe2 --- /dev/null +++ b/conf/machine/mv2120.conf @@ -0,0 +1,5 @@ +#@NAME: ARM/Orion based HP mv2120 + +MACHINE_EXTRA_RDEPENDS = "u-boot-utils" + +require conf/machine/include/orion.inc |