diff options
author | Daniel F. Dickinson <cshored@thecshore.com> | 2018-07-25 19:18:36 -0400 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-07-30 10:43:33 +0200 |
commit | 098267db4cd3a80470b0015fba2d0e6bcfffe10e (patch) | |
tree | a6c89ea4b1f24052234bd3e98057b88bca53367b /target/linux/ar71xx/image | |
parent | 37ab944ac5752a23fef63b56f6a6d35047d8ac7f (diff) | |
download | upstream-098267db4cd3a80470b0015fba2d0e6bcfffe10e.tar.gz upstream-098267db4cd3a80470b0015fba2d0e6bcfffe10e.tar.bz2 upstream-098267db4cd3a80470b0015fba2d0e6bcfffe10e.zip |
ar71xx: cap324: Drop support for defunct cloud
Only build images for straight OpenWrt (using all flash; wipes out
partitions that contain information only important for accessing a
now defunct cloud service with the stock firmware) since the stock
firmware is now irrelevant.
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
Diffstat (limited to 'target/linux/ar71xx/image')
-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 7e0ec7b63a..3da57e4698 100644 --- a/target/linux/ar71xx/image/generic.mk +++ b/target/linux/ar71xx/image/generic.mk @@ -629,22 +629,13 @@ endef TARGET_DEVICES += wndrmacv2 define Device/cap324 - DEVICE_TITLE := PowerCloud Systems CAP324 Cloud AP - BOARDNAME := CAP324 - DEVICE_PROFILE := CAP324 - IMAGE_SIZE := 15296k - MTDPARTS := spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,15296k(firmware),640k(certs),64k(nvram),64k(art)ro -endef -TARGET_DEVICES += cap324 - -define Device/cap324-nocloud - DEVICE_TITLE := PowerCloud Systems CAP324 Cloud AP (No-Cloud) + DEVICE_TITLE := PowerCloud Systems CAP324 BOARDNAME := CAP324 DEVICE_PROFILE := CAP324 IMAGE_SIZE := 16000k MTDPARTS := spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,16000k(firmware),64k(art)ro endef -TARGET_DEVICES += cap324-nocloud +TARGET_DEVICES += cap324 define Device/cr3000 DEVICE_TITLE := PowerCloud CR3000 Cloud Router |