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>
This commit is contained in:
parent
c666851ce7
commit
50caf9d452
1 changed files with 2 additions and 12 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue