kirkwood: fix nsa310b compatible strings
Use a destinct compatible string fro the nsa310b. Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
parent
18ea058258
commit
a10ab9d843
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ NOTE: this patch can be upstreamed as-is, LEDE-specific
|
|||
+
|
||||
+/ {
|
||||
+ model = "ZyXEL NSA310b";
|
||||
+ compatible = "zyxel,nsa310a", "zyxel,nsa310", "marvell,kirkwood-88f6281", "marvell,kirkwood";
|
||||
+ compatible = "zyxel,nsa310b", "zyxel,nsa310", "marvell,kirkwood-88f6281", "marvell,kirkwood";
|
||||
+
|
||||
+ memory {
|
||||
+ device_type = "memory";
|
||||
|
|
Loading…
Reference in a new issue