mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-31 08:25:29 +00:00
ath79: fix SOC version in compat string for A770
YunCore A770 is based on QCA9531, not QCA9533. Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
This commit is contained in:
parent
bc1ad40991
commit
5e9086b7b1
@ -8,7 +8,7 @@
|
||||
|
||||
/ {
|
||||
model = "YunCore A770";
|
||||
compatible = "yuncore,a770", "qca,qca9533";
|
||||
compatible = "yuncore,a770", "qca,qca9531";
|
||||
|
||||
aliases {
|
||||
led-boot = &status;
|
||||
|
Loading…
x
Reference in New Issue
Block a user