From: Mathias Kresin Date: Fri, 12 May 2017 19:01:44 +0000 (+0200) Subject: kirkwood: fix nsa310b compatible strings X-Git-Tag: v18.06.0-rc1~1374 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=a10ab9d843fb1414f3e3e06a768017d33eb4f451 kirkwood: fix nsa310b compatible strings Use a destinct compatible string fro the nsa310b. Signed-off-by: Mathias Kresin --- 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";