bananapi-m1-plus.coffee: Fix typo in board name
Signed-off-by: Florin Sarbu <florin@resin.io>
This commit is contained in:
parent
c720289104
commit
86231de350
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ deviceTypesCommon = require '@resin.io/device-types/common'
|
||||||
module.exports =
|
module.exports =
|
||||||
version: 1
|
version: 1
|
||||||
slug: 'bananapi-m1-plus'
|
slug: 'bananapi-m1-plus'
|
||||||
name: 'BananPi-M1+'
|
name: 'BananaPi-M1+'
|
||||||
arch: 'armv7hf'
|
arch: 'armv7hf'
|
||||||
state: 'experimental'
|
state: 'experimental'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue