From a10ab9d843fb1414f3e3e06a768017d33eb4f451 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Fri, 12 May 2017 21:01:44 +0200 Subject: [PATCH] kirkwood: fix nsa310b compatible strings Use a destinct compatible string fro the nsa310b. Signed-off-by: Mathias Kresin --- target/linux/kirkwood/patches-4.9/107-02-nsa310b.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/kirkwood/patches-4.9/107-02-nsa310b.patch b/target/linux/kirkwood/patches-4.9/107-02-nsa310b.patch index 7110222936..faf8d891a5 100644 --- a/target/linux/kirkwood/patches-4.9/107-02-nsa310b.patch +++ b/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"; -+ compatible = "zyxel,nsa310a", "zyxel,nsa310", "marvell,kirkwood-88f6281", "marvell,kirkwood"; ++ compatible = "zyxel,nsa310b", "zyxel,nsa310", "marvell,kirkwood-88f6281", "marvell,kirkwood"; + + memory { + device_type = "memory"; -- 2.30.2