This patchset adds support for various Poray router models.
Furthermore it adds the firmware obfuscation tool needed to produce
factory images that can be installed from the stock webinterface.

The obfuscation method is also used by other OEMs and most likely
originated from a company called Shenzhen Bococom Technology Co., Ltd.

This patchset has been created by the following persons:
* Felix Kaechele <[email protected]>
* Luis Soltero <[email protected]>
* Michel Stempin <[email protected]>

The patches have been tested on actual hardware.

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               | 764 +++++++++++++++++++++
 15 files changed, 1563 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
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to