base-files: automatically handle paths and symlinks for RAMFS_COPY_BIN
authorMatthias Schiffer <mschiffer@universe-factory.net>
Mon, 10 Jul 2017 16:37:25 +0000 (18:37 +0200)
committerMatthias Schiffer <mschiffer@universe-factory.net>
Tue, 11 Jul 2017 15:26:32 +0000 (17:26 +0200)
Depending on busybox applet selection, paths of basic utiilties may differ,
and may not work as symlinks to busybox. Simply using whatever binary is
found in PATH and detecting symlinks automatically is more robust and
easier to maintain.

The list of binaries is also slightly cleaned up and duplicates are
removed.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>

No differences found