All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3] busybox: Update default configuration of busybox
@ 2015-01-30  2:07 Sam Nelson
  2015-01-30 18:46 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Sam Nelson @ 2015-01-30  2:07 UTC (permalink / raw)
  To: meta-arago

- Add ARP and ARPING to default configuration

Signed-off-by: Sam Nelson <sam.nelson@ti.com>

---
Changes from previous version of patch
- Correct incorrect PR increment
- Removed unwanted code
---
---
 .../recipes-core/busybox/busybox/defconfig         |    4 ++--
 .../recipes-core/busybox/busybox_1.22.1.bbappend   |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-arago-distro/recipes-core/busybox/busybox/defconfig b/meta-arago-distro/recipes-core/busybox/busybox/defconfig
index 69d7e5f..c3aa413 100644
--- a/meta-arago-distro/recipes-core/busybox/busybox/defconfig
+++ b/meta-arago-distro/recipes-core/busybox/busybox/defconfig
@@ -729,8 +729,8 @@ CONFIG_FEATURE_IPV6=y
 # CONFIG_FEATURE_UNIX_LOCAL is not set
 CONFIG_FEATURE_PREFER_IPV4_ADDRESS=y
 # CONFIG_VERBOSE_RESOLUTION_ERRORS is not set
-# CONFIG_ARP is not set
-# CONFIG_ARPING is not set
+CONFIG_ARP=y
+CONFIG_ARPING=y
 CONFIG_BRCTL=y
 CONFIG_FEATURE_BRCTL_FANCY=y
 CONFIG_FEATURE_BRCTL_SHOW=y
diff --git a/meta-arago-distro/recipes-core/busybox/busybox_1.22.1.bbappend b/meta-arago-distro/recipes-core/busybox/busybox_1.22.1.bbappend
index 0f49e64..a01a880 100644
--- a/meta-arago-distro/recipes-core/busybox/busybox_1.22.1.bbappend
+++ b/meta-arago-distro/recipes-core/busybox/busybox_1.22.1.bbappend
@@ -1,7 +1,7 @@
 # look for files in this layer first
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PR_append = "-arago13"
+PR_append = "-arago14"
 
 SRC_URI += " \
 	file://inetd \
-- 
1.7.9.5



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

* Re: [PATCH v3] busybox: Update default configuration of busybox
  2015-01-30  2:07 [PATCH v3] busybox: Update default configuration of busybox Sam Nelson
@ 2015-01-30 18:46 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2015-01-30 18:46 UTC (permalink / raw)
  To: Sam Nelson; +Cc: meta-arago

Ack

On Thu, Jan 29, 2015 at 09:07:11PM -0500, Sam Nelson wrote:
> - Add ARP and ARPING to default configuration
> 
> Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> 
> ---
> Changes from previous version of patch
> - Correct incorrect PR increment
> - Removed unwanted code
> ---
> ---
>  .../recipes-core/busybox/busybox/defconfig         |    4 ++--
>  .../recipes-core/busybox/busybox_1.22.1.bbappend   |    2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/meta-arago-distro/recipes-core/busybox/busybox/defconfig b/meta-arago-distro/recipes-core/busybox/busybox/defconfig
> index 69d7e5f..c3aa413 100644
> --- a/meta-arago-distro/recipes-core/busybox/busybox/defconfig
> +++ b/meta-arago-distro/recipes-core/busybox/busybox/defconfig
> @@ -729,8 +729,8 @@ CONFIG_FEATURE_IPV6=y
>  # CONFIG_FEATURE_UNIX_LOCAL is not set
>  CONFIG_FEATURE_PREFER_IPV4_ADDRESS=y
>  # CONFIG_VERBOSE_RESOLUTION_ERRORS is not set
> -# CONFIG_ARP is not set
> -# CONFIG_ARPING is not set
> +CONFIG_ARP=y
> +CONFIG_ARPING=y
>  CONFIG_BRCTL=y
>  CONFIG_FEATURE_BRCTL_FANCY=y
>  CONFIG_FEATURE_BRCTL_SHOW=y
> diff --git a/meta-arago-distro/recipes-core/busybox/busybox_1.22.1.bbappend b/meta-arago-distro/recipes-core/busybox/busybox_1.22.1.bbappend
> index 0f49e64..a01a880 100644
> --- a/meta-arago-distro/recipes-core/busybox/busybox_1.22.1.bbappend
> +++ b/meta-arago-distro/recipes-core/busybox/busybox_1.22.1.bbappend
> @@ -1,7 +1,7 @@
>  # look for files in this layer first
>  FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
>  
> -PR_append = "-arago13"
> +PR_append = "-arago14"
>  
>  SRC_URI += " \
>  	file://inetd \
> -- 
> 1.7.9.5
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

end of thread, other threads:[~2015-01-30 18:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-30  2:07 [PATCH v3] busybox: Update default configuration of busybox Sam Nelson
2015-01-30 18:46 ` Denys Dmytriyenko

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.