All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM bcm281xx: Turn on socket & network support.
@ 2013-06-19 23:08 Markus Mayer
  2013-07-04 16:25 ` Christian Daudt
  0 siblings, 1 reply; 2+ messages in thread
From: Markus Mayer @ 2013-06-19 23:08 UTC (permalink / raw)
  To: linux-arm-kernel

We need this so an actual disk-based root file system will work.

Signed-off-by: Markus Mayer <markus.mayer@linaro.org>
Acked-by: Christian Daudt <csd@broadcom.com>
---
 arch/arm/configs/bcm_defconfig |   12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/arch/arm/configs/bcm_defconfig b/arch/arm/configs/bcm_defconfig
index e3bf2d6..63780b2 100644
--- a/arch/arm/configs/bcm_defconfig
+++ b/arch/arm/configs/bcm_defconfig
@@ -42,6 +42,18 @@ CONFIG_VFP=y
 CONFIG_NEON=y
 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
 CONFIG_PM_RUNTIME=y
+CONFIG_NET=y
+CONFIG_PACKET=y
+CONFIG_PACKET_DIAG=y
+CONFIG_UNIX=y
+CONFIG_UNIX_DIAG=y
+CONFIG_NET_KEY=y
+CONFIG_INET=y
+CONFIG_IP_MULTICAST=y
+CONFIG_ARPD=y
+CONFIG_SYN_COOKIES=y
+CONFIG_TCP_MD5SIG=y
+CONFIG_IPV6=y
 CONFIG_DEVTMPFS=y
 CONFIG_DEVTMPFS_MOUNT=y
 CONFIG_PROC_DEVICETREE=y
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] ARM bcm281xx: Turn on socket & network support.
  2013-06-19 23:08 [PATCH] ARM bcm281xx: Turn on socket & network support Markus Mayer
@ 2013-07-04 16:25 ` Christian Daudt
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Daudt @ 2013-07-04 16:25 UTC (permalink / raw)
  To: linux-arm-kernel

On 13-06-19 04:08 PM, Markus Mayer wrote:
> We need this so an actual disk-based root file system will work.
>
> Signed-off-by: Markus Mayer <markus.mayer@linaro.org>
> Acked-by: Christian Daudt <csd@broadcom.com>
> ---
>   arch/arm/configs/bcm_defconfig |   12 ++++++++++++
>   1 file changed, 12 insertions(+)
>
> diff --git a/arch/arm/configs/bcm_defconfig b/arch/arm/configs/bcm_defconfig
> index e3bf2d6..63780b2 100644
> --- a/arch/arm/configs/bcm_defconfig
> +++ b/arch/arm/configs/bcm_defconfig
> @@ -42,6 +42,18 @@ CONFIG_VFP=y
>   CONFIG_NEON=y
>   # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
>   CONFIG_PM_RUNTIME=y
> +CONFIG_NET=y
> +CONFIG_PACKET=y
> +CONFIG_PACKET_DIAG=y
> +CONFIG_UNIX=y
> +CONFIG_UNIX_DIAG=y
> +CONFIG_NET_KEY=y
> +CONFIG_INET=y
> +CONFIG_IP_MULTICAST=y
> +CONFIG_ARPD=y
> +CONFIG_SYN_COOKIES=y
> +CONFIG_TCP_MD5SIG=y
> +CONFIG_IPV6=y
>   CONFIG_DEVTMPFS=y
>   CONFIG_DEVTMPFS_MOUNT=y
>   CONFIG_PROC_DEVICETREE=y
applied.
  thanks,
    csd

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-07-04 16:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-19 23:08 [PATCH] ARM bcm281xx: Turn on socket & network support Markus Mayer
2013-07-04 16:25 ` Christian Daudt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.