mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-08 20:20:42 +01:00
gemini: 4.14: Fix up DNS-313 compatible string
It's a simple typo in the DNS file, which was pretty serious. No scripts were working properly. Fix it up. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Christian Lamparter <chunkeey@gmail.com> [integrate into openwrt target]
This commit is contained in:
parent
9656f49ea0
commit
84aba5796e
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
|
|||
+
|
||||
+/ {
|
||||
+ model = "D-Link DNS-313 1-Bay Network Storage Enclosure";
|
||||
+ compatible = "dlink,dir-313", "cortina,gemini";
|
||||
+ compatible = "dlink,dns-313", "cortina,gemini";
|
||||
+ #address-cells = <1>;
|
||||
+ #size-cells = <1>;
|
||||
+
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue