This is a reworked version of the last patchset I sent recently:
* I've edited the mkporayfw tool to reflect the suggestions made by
  Yousong Zhou (thanks for the review!). Reviews done on the new
  version of the code are much appreciated!
  For your convenience I uploaded a diff of the changes here:
  https://gist.github.com/kaechele/c159233e3299ad4158fa

* Furthermore I fixed the indentation on the DTS files as was done with
  the other ramips DTS files.

Felix Kaechele (6):
  ramips: add basics for Poray devices
  ramips: add Poray M3 support
  ramips: add Poray M4 4M/8M support
  ramips: add Poray X5/X6 Support
  ramips: add Poray X8 support
  ramips: add Poray IP2202 support

 target/linux/ramips/base-files/etc/diag.sh         |  15 +
 .../ramips/base-files/etc/uci-defaults/02_network  |   9 +
 .../ramips/base-files/lib/preinit/06_set_iface_mac |   9 +
 target/linux/ramips/base-files/lib/ramips.sh       |  15 +
 .../ramips/base-files/lib/upgrade/platform.sh      |   7 +-
 target/linux/ramips/dts/IP2202.dts                 |  97 +++
 target/linux/ramips/dts/M3.dts                     | 106 +++
 target/linux/ramips/dts/M4-4M.dts                  |  99 +++
 target/linux/ramips/dts/M4-8M.dts                  |  99 +++
 target/linux/ramips/dts/X5.dts                     | 133 ++++
 target/linux/ramips/dts/X8.dts                     | 100 +++
 target/linux/ramips/image/Makefile                 |  51 ++
 target/linux/ramips/rt305x/profiles/poray.mk       |  59 ++
 tools/firmware-utils/Makefile                      |   1 +
 tools/firmware-utils/src/mkporayfw.c               | 757 +++++++++++++++++++++
 15 files changed, 1556 insertions(+), 1 deletion(-)
 create mode 100644 target/linux/ramips/dts/IP2202.dts
 create mode 100644 target/linux/ramips/dts/M3.dts
 create mode 100644 target/linux/ramips/dts/M4-4M.dts
 create mode 100644 target/linux/ramips/dts/M4-8M.dts
 create mode 100644 target/linux/ramips/dts/X5.dts
 create mode 100644 target/linux/ramips/dts/X8.dts
 create mode 100644 target/linux/ramips/rt305x/profiles/poray.mk
 create mode 100644 tools/firmware-utils/src/mkporayfw.c

-- 
1.8.3.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to