[OpenWrt-Devel] [PATCH 0/9] Support for three PowerCloud Systems devices

Daniel Dickinson openwrt at daniel.thecshore.com
Wed Sep 2 06:08:03 EDT 2015


The following patch series adds support for three PowerCloud devices.
The patches have been reworked from the previous bunged up iteration
and have been tested on the actual devices which are currently in use.

There is, however, one question on the CR3000 which I had to redo
from scratch (and it's been quite some time since I did board support
stuff) and that is whether to get gigibit speeds on the LAN switch
there is some setting that is needed (currently the switch detects as
gigabit however link speed only detects as 100Mbit, but I'm not sure
if the issue is hardware or board support definition).

Regards,

Daniel

Daniel Dickinson (9):
  ar71xx: PowerCloud CAP324 kernel support
  ar71xx: PowerCloud CAP324 image generation
  ar71xx: PowerCloud CAP324 OpenWrt configuration
  ar71xx: PowerCloud CR3000 kernel support
  ar71xx: PowerCloud CR3000 image generation
  ar71xx: PowerCloud CR3000 OpenWrt configuration
  ar71xx: PowerCloud CR5000 kernel support
  ar71xx: PowerCloud CR5000 image generation
  ar71xx: PowerCloud CR5000 openwrt configuration

 package/boot/uboot-envtools/files/ar71xx           |   3 +
 target/linux/ar71xx/base-files/etc/diag.sh         |   9 +
 .../ar71xx/base-files/etc/uci-defaults/01_leds     |  20 ++
 .../ar71xx/base-files/etc/uci-defaults/02_network  |   8 +
 target/linux/ar71xx/base-files/lib/ar71xx.sh       |   9 +
 .../ar71xx/base-files/lib/upgrade/platform.sh      |   5 +-
 target/linux/ar71xx/config-4.1                     |   3 +
 target/linux/ar71xx/generic/profiles/pcs.mk        | 118 +++++++++++
 target/linux/ar71xx/image/Makefile                 |  12 ++
 target/linux/ar71xx/mikrotik/config-default        |   3 +
 target/linux/ar71xx/nand/config-default            |   3 +
 ...-MIPS-ath79-add-powercloud-cap324-support.patch | 175 ++++++++++++++++
 ...-MIPS-ath79-add-powercloud-cr3000-support.patch | 201 +++++++++++++++++++
 ...-MIPS-ath79-add-powercloud-cr5000-support.patch | 219 +++++++++++++++++++++
 14 files changed, 787 insertions(+), 1 deletion(-)
 create mode 100644 target/linux/ar71xx/patches-4.1/815-MIPS-ath79-add-powercloud-cap324-support.patch
 create mode 100644 target/linux/ar71xx/patches-4.1/816-MIPS-ath79-add-powercloud-cr3000-support.patch
 create mode 100644 target/linux/ar71xx/patches-4.1/817-MIPS-ath79-add-powercloud-cr5000-support.patch
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list