[OpenWrt-Devel] [PATCH 1/9] ar71xx: PowerCloud CAP324 kernel support To: openwrt-devel at lists.openwrt.org

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


On 2015-12-09 10:21, openwrt at daniel.thecshore.com wrote:
> From: Daniel Dickinson <openwrt at daniel.thecshore.com>
> 
> Kernel part of support for PowerCloud CAP324 Cloud AP.
> The CAP324 Cloud AP was a device sold by PowerCloud Systems as hardware for
> the CloudCommand service for 'cloud' based managment of large numbers
> 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/config-4.1                     |   1 +
>  target/linux/ar71xx/mikrotik/config-default        |   1 +
>  target/linux/ar71xx/nand/config-default            |   1 +
>  ...-MIPS-ath79-add-powercloud-cap324-support.patch | 175 +++++++++++++++++++++
>  4 files changed, 178 insertions(+)
>  create mode 100644 target/linux/ar71xx/patches-4.1/823-MIPS-ath79-add-powercloud-cap324-support.patch
> 
> diff --git a/target/linux/ar71xx/config-4.1 b/target/linux/ar71xx/config-4.1
> index eff197a..7a402a4 100644
> --- a/target/linux/ar71xx/config-4.1
> +++ b/target/linux/ar71xx/config-4.1
> @@ -50,6 +50,7 @@ CONFIG_ATH79_MACH_ARDUINO_YUN=y
>  CONFIG_ATH79_MACH_AW_NR580=y
>  CONFIG_ATH79_MACH_BHU_BXU2000N2_A=y
>  CONFIG_ATH79_MACH_BSB=y
> +CONFIG_ATH79_MACH_CAP324=y
>  CONFIG_ATH79_MACH_CAP4200AG=y
>  CONFIG_ATH79_MACH_CARAMBOLA2=y
>  CONFIG_ATH79_MACH_CF_E316N_V2=y
> diff --git a/target/linux/ar71xx/mikrotik/config-default b/target/linux/ar71xx/mikrotik/config-default
> index de91e4b..c46529c 100644
> --- a/target/linux/ar71xx/mikrotik/config-default
> +++ b/target/linux/ar71xx/mikrotik/config-default
> @@ -15,6 +15,7 @@
>  # CONFIG_ATH79_MACH_ARCHER_C7 is not set
>  # CONFIG_ATH79_MACH_AW_NR580 is not set
>  # CONFIG_ATH79_MACH_BHU_BXU2000N2_A is not set
> +# CONFIG_ATH79_MACH_CAP324 is not set
>  # CONFIG_ATH79_MACH_CAP4200AG is not set
>  # CONFIG_ATH79_MACH_CARAMBOLA2 is not set
>  # CONFIG_ATH79_MACH_CPE510 is not set
> diff --git a/target/linux/ar71xx/nand/config-default b/target/linux/ar71xx/nand/config-default
> index 50b6dbe..0407da0 100644
> --- a/target/linux/ar71xx/nand/config-default
> +++ b/target/linux/ar71xx/nand/config-default
> @@ -13,6 +13,7 @@
>  # CONFIG_ATH79_MACH_AP96 is not set
>  # CONFIG_ATH79_MACH_ARCHER_C7 is not set
>  # CONFIG_ATH79_MACH_AW_NR580 is not set
> +# CONFIG_ATH79_MACH_CAP324 is not set
>  # CONFIG_ATH79_MACH_CAP4200AG is not set
>  # CONFIG_ATH79_MACH_CARAMBOLA2 is not set
>  # CONFIG_ATH79_MACH_DB120 is not set
> diff --git a/target/linux/ar71xx/patches-4.1/823-MIPS-ath79-add-powercloud-cap324-support.patch b/target/linux/ar71xx/patches-4.1/823-MIPS-ath79-add-powercloud-cap324-support.patch
> new file mode 100644
> index 0000000..2653d24
> --- /dev/null
> +++ b/target/linux/ar71xx/patches-4.1/823-MIPS-ath79-add-powercloud-cap324-support.patch
> @@ -0,0 +1,175 @@
> +--- a/arch/mips/ath79/Kconfig
> ++++ b/arch/mips/ath79/Kconfig
Seems like we've been accumulating separate patches for adding
individual boards again, I'm going to clean up that stuff later. When
you've fixed the issues that I've pointed out already, please also
restructure your patches to add the mach files individually, then a
commit that integrates your boards into
700-MIPS-ath79-openwrt-machines.patch, then the image build integration
patches.

- 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