diff options
author | Daniel F. Dickinson <cshored@thecshore.com> | 2018-07-20 21:04:56 -0400 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-07-30 10:43:32 +0200 |
commit | 50caf9d452b8ee48f937703a366738346d48a9e4 (patch) | |
tree | b04ade86c0ee1b52190eaf8a3d5b9dbbcd1b258c | |
parent | c666851ce7250cdb027770938d86c7ac9e3195db (diff) | |
download | upstream-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>
-rw-r--r-- | target/linux/ar71xx/image/generic.mk | 14 |
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) |