summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/files
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2019-09-12 15:56:22 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-09-16 09:54:21 +0100
commit7e999dce323a97a3924cb10158d5151ea43e777a (patch)
tree3876669569ab67c3530112cd5a82492f00ce3c18 /meta/recipes-core/busybox/files
parent04e2b1cc2ae66402a8fca723cec57220cddd07e6 (diff)
downloadopenembedded-core-contrib-7e999dce323a97a3924cb10158d5151ea43e777a.tar.gz
busybox: drop unused mount.busybox and umount.busybox wrappers
Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-core/busybox/files')
-rwxr-xr-xmeta/recipes-core/busybox/files/mount.busybox3
-rwxr-xr-xmeta/recipes-core/busybox/files/umount.busybox3
2 files changed, 0 insertions, 6 deletions
diff --git a/meta/recipes-core/busybox/files/mount.busybox b/meta/recipes-core/busybox/files/mount.busybox
deleted file mode 100755
index fef945b7b2..0000000000
--- a/meta/recipes-core/busybox/files/mount.busybox
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-exec /bin/busybox mount $@
diff --git a/meta/recipes-core/busybox/files/umount.busybox b/meta/recipes-core/busybox/files/umount.busybox
deleted file mode 100755
index f3731626e6..0000000000
--- a/meta/recipes-core/busybox/files/umount.busybox
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-exec /bin/busybox umount $@