[OpenWrt-Devel] [PATCH 7/9] CC PowerCloud CR5000 Kernel BSP
Jonas Gorski
jogo at openwrt.org
Fri Aug 14 14:51:45 EDT 2015
On Sun, Aug 2, 2015 at 9:30 AM, Daniel Dickinson
<openwrt at daniel.thecshore.com> wrote:
Eh, also replace the "BSP" with "support", at least when I hear BSP I
am thinking of a full build environment, not just a single kernel
patch.
> Signed-off-by: Daniel Dickinson <openwrt at daniel.thecshore.com>
> ---
> target/linux/ar71xx/config-4.1 | 1 +
> .../816-MIPS-ath79-add-cr5000-support.patch | 230 +++++++++++++++++++++
> 2 files changed, 231 insertions(+)
> create mode 100644 target/linux/ar71xx/patches-4.1/816-MIPS-ath79-add-cr5000-support.patch
>
> diff --git a/target/linux/ar71xx/config-4.1 b/target/linux/ar71xx/config-4.1
> index f42a65d..e78217b 100644
> --- a/target/linux/ar71xx/config-4.1
> +++ b/target/linux/ar71xx/config-4.1
> @@ -52,6 +52,7 @@ CONFIG_ATH79_MACH_CAP4200AG=y
> CONFIG_ATH79_MACH_CARAMBOLA2=y
> CONFIG_ATH79_MACH_CPE510=y
> CONFIG_ATH79_MACH_CR3000=y
> +CONFIG_ATH79_MACH_CR5000=y
> CONFIG_ATH79_MACH_DB120=y
> CONFIG_ATH79_MACH_DGL_5500_A1=y
> CONFIG_ATH79_MACH_DHP_1565_A1=y
> diff --git a/target/linux/ar71xx/patches-4.1/816-MIPS-ath79-add-cr5000-support.patch b/target/linux/ar71xx/patches-4.1/816-MIPS-ath79-add-cr5000-support.patch
> new file mode 100644
> index 0000000..f0fc00b
> --- /dev/null
> +++ b/target/linux/ar71xx/patches-4.1/816-MIPS-ath79-add-cr5000-support.patch
> @@ -0,0 +1,230 @@
> +Index: linux-4.1.3/arch/mips/ath79/Kconfig
> +===================================================================
> +--- linux-4.1.3.orig/arch/mips/ath79/Kconfig
> ++++ linux-4.1.3/arch/mips/ath79/Kconfig
> +@@ -916,6 +916,17 @@ config ATH79_MACH_CR3000
> + select ATH79_DEV_M25P80
> + select ATH79_DEV_WMAC
> +
> ++config ATH79_MACH_CR3000
I think this should be CR*5*000.
> ++ bool "PowerCloud Systems CR5000 support"
> ++ select SOC_AR934X
> ++ select ATH79_DEV_AP9X_PCI if PCI
> ++ select ATH79_DEV_ETH
> ++ select ATH79_DEV_GPIO_BUTTONS
> ++ select ATH79_DEV_LEDS_GPIO
> ++ select ATH79_DEV_M25P80
> ++ select ATH79_DEV_USB
> ++ select ATH79_DEV_WMAC
> ++
> + config ATH79_MACH_EAP7660D
> + bool "Senao EAP7660D support"
> + select SOC_AR71XX
Jonas
_______________________________________________
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