Merge pull request #119 from mdmillerii/flashcp

Add flash copy commands to busybox
diff --git a/common/recipes-core/busybox/busybox/flash.cfg b/common/recipes-core/busybox/busybox/flash.cfg
new file mode 100644
index 0000000..39ba10d
--- /dev/null
+++ b/common/recipes-core/busybox/busybox/flash.cfg
@@ -0,0 +1,4 @@
+CONFIG_FLASHCP=y
+CONFIG_FLASH_LOCK=y
+CONFIG_FLASH_UNLOCK=y
+CONFIG_FLASH_ERASEALL=y
diff --git a/common/recipes-core/busybox/busybox_%.bbappend b/common/recipes-core/busybox/busybox_%.bbappend
index 225f17a..3c4f2b6 100644
--- a/common/recipes-core/busybox/busybox_%.bbappend
+++ b/common/recipes-core/busybox/busybox_%.bbappend
@@ -1,2 +1,3 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 SRC_URI += "file://busybox.cfg"
+SRC_URI += "file://flash.cfg"