ramips: add ZBT-WE826 32MB variant

The ZBT-WG826 is available with 16 or 32 MByte of flash. Split the
device tree source file, rename the currently supported 16 MByte
version and add the 32 MByte variant.

Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
Mathias Kresin
2017-04-12 07:53:56 +02:00
parent 3cfc909c54
commit 2ddaf96a77
9 changed files with 57 additions and 19 deletions

View File

@@ -652,8 +652,11 @@ ramips_board_detect() {
*"ZBT-WE2026")
name="zbt-we2026"
;;
*"ZBT-WE826")
name="zbt-we826"
*"ZBT-WE826 (16M)")
name="zbt-we826-16M"
;;
*"ZBT-WE826 (32M)")
name="zbt-we826-32M"
;;
*"ZBT-WG2626")
name="zbt-wg2626"