[OpenWrt-Devel] [PATCH 2/9] ar71xx: PowerCloud CAP324 image generation To: openwrt-devel at lists.openwrt.org

Felix Fietkau nbd at openwrt.org
Wed Dec 9 08:09:50 EST 2015


On 2015-12-09 10:21, openwrt at daniel.thecshore.com wrote:
> From: Daniel Dickinson <openwrt at daniel.thecshore.com>
> 
> Image generation (and mtd partition) part of support for
> PowerCloud CAP324 Cloud AP. The CAP324 Cloud AP is a device sold by
> PowerCloud Systems who's stock firmware (CloudCommand) provides
> 'cloud' based managment of large numbers of access points.
> 
> The CAP324 is a dual-band 802.11n wireless access point with 16MB flash
> and 128MB RAM and single gigabit ethernet port.  It can be powered via
> PoE or a wall wart.
> ---
>  target/linux/ar71xx/generic/profiles/pcs.mk | 44 +++++++++++++++++++++++++++++
>  target/linux/ar71xx/image/Makefile          | 20 +++++++++++--
>  2 files changed, 62 insertions(+), 2 deletions(-)
> 
> diff --git a/target/linux/ar71xx/generic/profiles/pcs.mk b/target/linux/ar71xx/generic/profiles/pcs.mk
> index 1399ef4..b56d131 100644
> --- a/target/linux/ar71xx/generic/profiles/pcs.mk
> +++ b/target/linux/ar71xx/generic/profiles/pcs.mk
> @@ -27,3 +27,47 @@ define Profile/DLRTDEV01/Description
>  endef
>  
>  $(eval $(call Profile,DLRTDEV01))
> +
> +define Profile/CAP324
> +	NAME:=PowerCloud CAP324 Cloud AP
> +	PACKAGES:=uboot-envtools
> +endef
> +
> +define Profile/CAP324/Description
> +	Package set optimized for the PowerCloud Systems CAP324 Cloud AP
> +
> +	The CAP324 Cloud AP is a device sold by PowerCloud Systems 
> +	who's stock firmware (CloudCommand) provides 'cloud' based
> +	managment of large numbers of access points.    
> +
> +	The CAP324 is a dual-band 802.11n wireless access point with 16MB
> +	flash and 128MB RAM and single gigabit ethernet port.  It can be 
> +	powered via PoE or a wall wart.
> +endef
> +
> +$(eval $(call Profile,CAP324))
> +
> +define Profile/CAP324NOCLOUD
> +	NAME:=PowerCloud CAP324 Without Cloud
> +	PACKAGES:=uboot-envtools
> +endef
> +
> +define Profile/CAP324NOCLOUD/Description
> +	Package set optimized for the PowerCloud Systems CAP324 Without Cloud
> +
> +	The CAP324 Cloud AP is a device sold by PowerCloud Systems 
> +	who's stock firmware (CloudCommand) provides 'cloud' based
> +	managment of large numbers of access points.    
> +
> +	The CAP324 is a dual-band 802.11n wireless access point with 16MB
> +	flash and 128MB RAM and single gigabit ethernet port.  It can be 
> +	powered via PoE or a wall wart.
> +
> +	WARNING: Will remove certificates used by cloud firmware
> +	After flashing this firmware you will not be able to
> +	return the device to cloud operation.
> +        The advantage is reclaiming flash used for the certificates.
> +endef
> +
> +$(eval $(call Profile,CAP324NOCLOUD))
Having two profiles here is overkill, please change that. You can refer
to the same profile from multiple Device/* sections.

- Felix
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list