mirror of https://github.com/hak5/openwrt.git
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>master
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…
Reference in New Issue