Author: nbd Date: 2015-12-19 12:27:45 +0100 (Sat, 19 Dec 2015) New Revision: 47942
Modified: trunk/target/linux/ar71xx/generic/profiles/pcs.mk trunk/target/linux/ar71xx/image/Makefile Log: ar71xx: Image generation for PowerCloud CR3000 Cloud Router Image generation part of support for PowerCloud CR3000. The CR3000 is a 802.11n 2.4 GHz wireless router with 8MB flash, 64MB RAM, a four port fast ethernet switch, and a fast ethernet wan port which was sold by PowerCloud Systems as hardware for the Skydog cloud-managed router service. Signed-off-by: Daniel Dickinson <[email protected]> Modified: trunk/target/linux/ar71xx/generic/profiles/pcs.mk =================================================================== --- trunk/target/linux/ar71xx/generic/profiles/pcs.mk 2015-12-19 11:27:39 UTC (rev 47941) +++ trunk/target/linux/ar71xx/generic/profiles/pcs.mk 2015-12-19 11:27:45 UTC (rev 47942) @@ -47,3 +47,21 @@ $(eval $(call Profile,CAP324)) +define Profile/CR3000 + NAME:=PowerCloud CR3000 Cloud Router + PACKAGES:=uboot-envtools +endef + +define Profile/CR3000/Description + Package set optimized for the PowerCloud Systems CR3000 Cloud Router + + The CR3000 is a device sold by PowerCloud Systems as a hardware + option for their Skydog cloud-managed Wifi solution. + + The CR3000 is a 2.4 GHz 802.11n wireless router with 8MB + flash and 64MB RAM, four-port fast ethernet switch, and fast + ethernet WAN port. +endef + +$(eval $(call Profile,CR3000)) + Modified: trunk/target/linux/ar71xx/image/Makefile =================================================================== --- trunk/target/linux/ar71xx/image/Makefile 2015-12-19 11:27:39 UTC (rev 47941) +++ trunk/target/linux/ar71xx/image/Makefile 2015-12-19 11:27:45 UTC (rev 47942) @@ -212,7 +212,6 @@ endef TARGET_DEVICES += gl-domino - define Device/wndr3700 BOARDNAME = WNDR3700 NETGEAR_KERNEL_MAGIC = 0x33373030 @@ -410,6 +409,24 @@ TARGET_DEVICES += cap324-nocloud +define Device/cr3000 + BOARDNAME := CR3000 + DEVICE_PROFILE := CR3000 + IMAGE_SIZE = 7104k + MTDPARTS = spi0.0:256k(u-boot),64k(u-boot-env)ro,7104k(firmware),640k(certs),64k(nvram),64k(art) +endef + +TARGET_DEVICES += cr3000 + +define Device/cr3000-nocloud + BOARDNAME := CR3000 + DEVICE_PROFILE := CR3000 + IMAGE_SIZE = 7808k + MTDPARTS = spi0.0:256k(u-boot),64k(u-boot-env)ro,7808k(firmware),64k(art) +endef + +TARGET_DEVICES += cr3000-nocloud + define Device/antminer-s1 $(Device/tplink-8mlzma) BOARDNAME := ANTMINER-S1 @@ -1470,7 +1487,6 @@ $(LOADER_MAKE) clean endef - alfa_ap96_mtdlayout=mtdparts=spi0.0:256k(u-boot)ro,256k(u-boot-env)ro,13312k(rootfs),2048k(kernel),512k(caldata)ro,15360k@0x80000(firmware) alfa_mtdlayout_8M=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,6144k(rootfs),1600k(kernel),64k(nvram),64k(art)ro,7744k@0x50000(firmware) alfa_mtdlayout_16M=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,15936k(firmware),64k(nvram),64k(art)ro _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
