mbox series

[OpenWrt-Devel,0/2] Add support for the ZBT WE1026-H

Message ID 20190623092448.27880-1-kristian.evensen@gmail.com
Headers show
Series Add support for the ZBT WE1026-H | expand

Message

Kristian Evensen June 23, 2019, 9:24 a.m. UTC
This patch series adds support for the ZBT WE1026-H, an outdoor AP with support
for adding an internal LTE modem. The first patch restructures the DTS files for
the WE0126-5G slightly and adds a WE1026 DTSI-file, containing descriptions of
the components that are shared between the WE0126-5G and the WE1026-H. The
second patch adds support for the WE1026-H.

Signed-off-by: Kristian Evensen <kristian.evensen@gmail.com>

Kristian Evensen (2):
  ramips: Update ZBT WE1026 DTS-files
  ramips: Add support for ZBT WE1026-H

 .../ramips/base-files/etc/board.d/01_leds     |   5 +
 .../ramips/base-files/etc/board.d/02_network  |   3 +-
 target/linux/ramips/dts/WE1026-5G-16M.dts     |  77 ++-----------
 target/linux/ramips/dts/WE1026-5G.dtsi        |  93 +---------------
 target/linux/ramips/dts/WE1026-H-32M.dts      |  14 +++
 target/linux/ramips/dts/WE1026-H.dtsi         |  41 +++++++
 target/linux/ramips/dts/WE1026.dtsi           | 101 ++++++++++++++++++
 target/linux/ramips/image/mt7620.mk           |   9 ++
 8 files changed, 183 insertions(+), 160 deletions(-)
 create mode 100644 target/linux/ramips/dts/WE1026-H-32M.dts
 create mode 100644 target/linux/ramips/dts/WE1026-H.dtsi
 create mode 100644 target/linux/ramips/dts/WE1026.dtsi