aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx
diff options
context:
space:
mode:
authorDaniel F. Dickinson <cshored@thecshore.com>2018-07-20 21:04:56 -0400
committerJohn Crispin <john@phrozen.org>2018-07-30 10:43:32 +0200
commit50caf9d452b8ee48f937703a366738346d48a9e4 (patch)
treeb04ade86c0ee1b52190eaf8a3d5b9dbbcd1b258c /target/linux/ar71xx
parentc666851ce7250cdb027770938d86c7ac9e3195db (diff)
downloadupstream-50caf9d452b8ee48f937703a366738346d48a9e4.tar.gz
upstream-50caf9d452b8ee48f937703a366738346d48a9e4.tar.bz2
upstream-50caf9d452b8ee48f937703a366738346d48a9e4.zip
ar71xx: cr5000: Drop support for defunct cloud
The Skydog cloud service no longer exists hence supporting going back to stock firmware with cloud support is no longer applicable. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r--target/linux/ar71xx/image/generic.mk14
1 files changed, 2 insertions, 12 deletions
diff --git a/target/linux/ar71xx/image/generic.mk b/target/linux/ar71xx/image/generic.mk
index 0ff0850621..f984bf1749 100644
--- a/target/linux/ar71xx/image/generic.mk
+++ b/target/linux/ar71xx/image/generic.mk
@@ -665,24 +665,14 @@ endef
TARGET_DEVICES += cr3000-nocloud
define Device/cr5000
- DEVICE_TITLE := PowerCloud CR5000 Cloud Router
- DEVICE_PACKAGES := kmod-usb2 kmod-usb-ledtrig-usbport kmod-usb-core
- BOARDNAME := CR5000
- DEVICE_PROFILE := CR5000
- 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 += cr5000
-
-define Device/cr5000-nocloud
- DEVICE_TITLE := PowerCloud CR5000 (No-Cloud)
+ DEVICE_TITLE := PowerCloud Systems CR5000
DEVICE_PACKAGES := kmod-usb2 kmod-usb-ledtrig-usbport kmod-usb-core
BOARDNAME := CR5000
DEVICE_PROFILE := CR5000
IMAGE_SIZE := 7808k
MTDPARTS := spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,7808k(firmware),64k(art)ro
endef
-TARGET_DEVICES += cr5000-nocloud
+TARGET_DEVICES += cr5000
define Device/packet-squirrel
$(Device/tplink-16mlzma)