mirror of https://github.com/hak5/openwrt.git
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]openwrt-18.06
parent
9656f49ea0
commit
84aba5796e
|
@ -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…
Reference in New Issue