ramips: Add support for ZBT WG3526
The WG3526 is the follow-up to the 2626 and is mostly the same, with the excaption that the mt7602 has been replaced with the mt7603. The internal wifi setup has also changed slightly. Based on my tests, everything that worked on the 2626 works on the 3526 and with roughly the same performance. v1->v2: * Remove some references to 2626 that I had missed in the dts. v2->v3: * Update patch to match new file structure. * Removed SD driver to be consistent with other MT7621 targets. Signed-off-by: Kristian Evensen <kristian.evensen@gmail.com> SVN-Revision: 49213
This commit is contained in:
@@ -508,6 +508,9 @@ ramips_board_detect() {
|
||||
*"ZBT-WG2626")
|
||||
name="zbt-wg2626"
|
||||
;;
|
||||
*"ZBT-WG3526")
|
||||
name="zbt-wg3526"
|
||||
;;
|
||||
*"ZBT-WR8305RT")
|
||||
name="zbt-wr8305rt"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user