- Add ARP and ARPING to default configuration

Signed-off-by: Sam Nelson <[email protected]>

---
Changes from previous version of patch
- Updated PR
---
---
 .../recipes-core/busybox/busybox/defconfig         |    4 ++--
 .../recipes-core/busybox/busybox_1.22.1.bbappend   |   11 ++++++++++-
 2 files changed, 12 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..7d89239 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,9 +1,18 @@
 # look for files in this layer first
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PR_append = "-arago13"
+PR_append = "-arago15"
 
 SRC_URI += " \
        file://inetd \
        file://inetd.conf \
+       file://hwclock.sh \
+       file://hwclock \
 "
+
+do_install_append () {
+       if grep "CONFIG_HWCLOCK=y" ${WORKDIR}/defconfig; then
+               install -d ${D}${sysconfdir}/default
+               install -m 0755 ${WORKDIR}/hwclock ${D}${sysconfdir}/default/
+       fi
+}
-- 
1.7.9.5

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to