ath79: Forward port support for CR3000
authorDaniel F. Dickinson <cshored@thecshore.com>
Sat, 28 Jul 2018 12:57:22 +0000 (08:57 -0400)
committerJohn Crispin <john@phrozen.org>
Wed, 1 Aug 2018 09:23:53 +0000 (11:23 +0200)
commit60cf71ede7f7a8550d67df6a19971a017c8a4f62
tree6889e31a8d5c8ca31cfff63d0c4e6ee96177799d
parentfec8fe806963c96a6506c2aebc3572d3a11f285f
ath79: Forward port support for CR3000

The PowerCloud Systems CR3000 was a cloud-managed CPE for a now defunct
NaaS offering.  It was previously supported under the ar71xx branch and
this forward ports that support with some notable differences:

1) Since reverting to stock firmware is now irrelevant there is is only
a single openwrt image generated which uses the entire flash rather than
preserving PowerCloud-specific partitions that are unneeded to openwrt--
those partitions will be erased and used by the openwrt image.

2) Rather than use a non-standard probe order for the ethernet devices,
this image uses a set of 'ip link set ethX name ethY' commands very early
in preinit (before the network is used at all), in order to have the the
switch and Wan use the same ethernet names as in previous images.

3) /etc/config/wireless will need to be regenerated as the path to the
wireless device has changed due to differences in ath79 DT for ar93x
compared to ar71xx images.

4) eth0 is wan and eth1 is lan (switch)

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
target/linux/ath79/base-files/etc/board.d/01_leds
target/linux/ath79/base-files/etc/board.d/02_network
target/linux/ath79/dts/ar9341_pcs_cr3000.dts [new file with mode: 0644]
target/linux/ath79/image/generic.mk