From: Daniel F. Dickinson Date: Sat, 21 Jul 2018 01:04:56 +0000 (-0400) Subject: ar71xx: cr5000: Drop support for defunct cloud X-Git-Tag: state~1506 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fchunkeey.git;a=commitdiff_plain;h=50caf9d452b8ee48f937703a366738346d48a9e4 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 --- 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)