[openwrt/openwrt] kirkwood: fix nsa310b compatible strings
LEDE Commits
lede-commits at lists.infradead.org
Tue Jan 9 13:10:11 PST 2018
mkresin pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/a10ab9d843fb1414f3e3e06a768017d33eb4f451
commit a10ab9d843fb1414f3e3e06a768017d33eb4f451
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Fri May 12 21:01:44 2017 +0200
kirkwood: fix nsa310b compatible strings
Use a destinct compatible string fro the nsa310b.
Signed-off-by: Mathias Kresin <dev at kresin.me>
---
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 7110222..faf8d89 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";
More information about the lede-commits
mailing list