mediatek: add support for Netcore N60 (#165)

* add netcore n60 support

* revert to old wifi firmware

---------

Co-authored-by: padavanonly <padavanonly@github.com>
This commit is contained in:
padavanonly
2023-11-16 21:33:32 +08:00
committed by GitHub
parent d63a69e0d2
commit 65fb5f0767
8 changed files with 674 additions and 1 deletions

View File

@@ -61,6 +61,9 @@ To build your own firmware you need a GNU/Linux, BSD or MacOSX system (case sens
# MT7986
cp -f defconfig/mt7986-ax6000.config .config
# MT7986 256M Low Memory
cp -f defconfig/mt7986-ax6000-256m.config .config
```
7. Run `make menuconfig` to select your preferred configuration for the toolchain, target system & firmware packages.