diff options
author | Mathias Kresin <dev@kresin.me> | 2017-05-12 21:01:44 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-01-09 22:06:54 +0100 |
commit | a10ab9d843fb1414f3e3e06a768017d33eb4f451 (patch) | |
tree | 6d394134e271adcdf6c75a724e89a8c65ad404a4 /target/linux/kirkwood/patches-4.9/107-02-nsa310b.patch | |
parent | 18ea058258b42cc0d74210746ed8bb8efd43ecc9 (diff) | |
download | upstream-a10ab9d843fb1414f3e3e06a768017d33eb4f451.tar.gz upstream-a10ab9d843fb1414f3e3e06a768017d33eb4f451.tar.bz2 upstream-a10ab9d843fb1414f3e3e06a768017d33eb4f451.zip |
kirkwood: fix nsa310b compatible strings
Use a destinct compatible string fro the nsa310b.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/kirkwood/patches-4.9/107-02-nsa310b.patch')
-rw-r--r-- | target/linux/kirkwood/patches-4.9/107-02-nsa310b.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |