diff options
author | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-03-22 20:28:07 +0000 |
---|---|---|
committer | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-03-22 20:28:07 +0000 |
commit | 234d560853d844d7e73d0c2500e481b1612b1644 (patch) | |
tree | 6a411cda14b9bd7e009cb616c5adc98094702f65 /conf/machine/sheevaplug.conf | |
parent | cd6ff2efac07359642127a3dc51a14c45da7f1bb (diff) |
sheevaplug: Add machine config for Sheevaplug and a generic include for Kirkwood platforms
Diffstat (limited to 'conf/machine/sheevaplug.conf')
-rw-r--r-- | conf/machine/sheevaplug.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/machine/sheevaplug.conf b/conf/machine/sheevaplug.conf new file mode 100644 index 0000000000..ee9ba6cb88 --- /dev/null +++ b/conf/machine/sheevaplug.conf @@ -0,0 +1,6 @@ +#@NAME: ARM based Marvell Sheevaplug + +MACHINE_EXTRA_RDEPENDS = "u-boot-utils" +MACHINE_EXTRA_RRECOMMENDS = "kernel-modules" + +require conf/machine/include/kirkwood.inc |