kirkwood: fix nsa310b compatible strings

Use a destinct compatible string fro the nsa310b.

Signed-off-by: Mathias Kresin <dev@kresin.me>
master
Mathias Kresin 7 years ago
parent 18ea058258
commit a10ab9d843
  1. 2
      target/linux/kirkwood/patches-4.9/107-02-nsa310b.patch

@ -32,7 +32,7 @@ NOTE: this patch can be upstreamed as-is, LEDE-specific
+ +
+/ { +/ {
+ model = "ZyXEL NSA310b"; + model = "ZyXEL NSA310b";
+ compatible = "zyxel,nsa310a", "zyxel,nsa310", "marvell,kirkwood-88f6281", "marvell,kirkwood"; + compatible = "zyxel,nsa310b", "zyxel,nsa310", "marvell,kirkwood-88f6281", "marvell,kirkwood";
+ +
+ memory { + memory {
+ device_type = "memory"; + device_type = "memory";

Loading…
Cancel
Save