mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-30 23:33:08 +01:00
ramips: fix Sercomm NA930 compatible string
The Sercomm NA930 is not a mt7620a evaluation board and shouldn't use the eval board compatible string. Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
parent
88cc06abb7
commit
7e2ad9cbb8
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
#include <dt-bindings/input/input.h>
|
||||
|
||||
/ {
|
||||
compatible = "ralink,mt7620a-eval-board", "ralink,mt7620a-soc";
|
||||
compatible = "ralink,mt7620a-soc";
|
||||
model = "Sercomm NA930";
|
||||
|
||||
chosen {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue