diff options
author | Daniel F. Dickinson <cshored@thecshore.com> | 2018-07-25 19:18:07 -0400 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-08-01 11:23:54 +0200 |
commit | e38520cd50f3316e411b6210b6a258cdec81c88a (patch) | |
tree | dfa1d0557ce78b34385ab7bbb746bc8153eabf75 /target/linux | |
parent | 60cf71ede7f7a8550d67df6a19971a017c8a4f62 (diff) | |
download | upstream-e38520cd50f3316e411b6210b6a258cdec81c88a.tar.gz upstream-e38520cd50f3316e411b6210b6a258cdec81c88a.tar.bz2 upstream-e38520cd50f3316e411b6210b6a258cdec81c88a.zip |
ar71xx: cr3000: Drop support for defunct cloud
The CR3000 stock firmware is now irrelevant as it required a now defunct
cloud service. Therefore only build images that use the entire flash
(overwriting stock firwmare-specific partitions that no longer matter),
previously called 'nocloud' images.
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ar71xx/image/generic.mk | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/target/linux/ar71xx/image/generic.mk b/target/linux/ar71xx/image/generic.mk index 2a9c42f999..3b320814c5 100644 --- a/target/linux/ar71xx/image/generic.mk +++ b/target/linux/ar71xx/image/generic.mk @@ -695,22 +695,13 @@ endef TARGET_DEVICES += cap324 define Device/cr3000 - DEVICE_TITLE := PowerCloud CR3000 Cloud Router - BOARDNAME := CR3000 - DEVICE_PROFILE := CR3000 - IMAGE_SIZE := 7104k - MTDPARTS := spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,7104k(firmware),640k(certs),64k(nvram),64k(art)ro -endef -TARGET_DEVICES += cr3000 - -define Device/cr3000-nocloud - DEVICE_TITLE := PowerCloud CR3000 (No-Cloud) + DEVICE_TITLE := PowerCloud Systems CR3000 BOARDNAME := CR3000 DEVICE_PROFILE := CR3000 IMAGE_SIZE := 7808k MTDPARTS := spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,7808k(firmware),64k(art)ro endef -TARGET_DEVICES += cr3000-nocloud +TARGET_DEVICES += cr3000 define Device/cr5000 DEVICE_TITLE := PowerCloud Systems CR5000 |