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/lspro.conf | |
parent | 563054a2db557ef229b6d30842bf17f86c02f249 (diff) |
turbostation/linkstation: Split turbostation machine config into correct ones. Add lsmipsel and lspro machine configs
Diffstat (limited to 'conf/machine/lspro.conf')
-rw-r--r-- | conf/machine/lspro.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/machine/lspro.conf b/conf/machine/lspro.conf new file mode 100644 index 0000000000..e61943acb4 --- /dev/null +++ b/conf/machine/lspro.conf @@ -0,0 +1,6 @@ +#@NAME: ARM based Revolution Kurobox Pro + +INHERIT += "lspro-image" +MACHINE_EXTRA_RDEPENDS = "micro-evtd u-boot-utils" + +require conf/machine/include/orion.inc |