diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2017-07-10 18:37:25 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2017-07-11 17:26:32 +0200 |
commit | 438dcbfe74a6da1a8949d8fb785092d934499b60 (patch) | |
tree | 0f455ad4fd7d82cbe7c037afd27d9e9ca9537d12 /package/base-files/files/sbin | |
parent | f464da623db1a53231e5f7d54a51e355c0d32dff (diff) | |
download | mtk-20170518-438dcbfe74a6da1a8949d8fb785092d934499b60.zip mtk-20170518-438dcbfe74a6da1a8949d8fb785092d934499b60.tar.gz mtk-20170518-438dcbfe74a6da1a8949d8fb785092d934499b60.tar.bz2 |
base-files: automatically handle paths and symlinks for RAMFS_COPY_BIN
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>
Diffstat (limited to 'package/base-files/files/sbin')
-rwxr-xr-x | package/base-files/files/sbin/sysupgrade | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/base-files/files/sbin/sysupgrade b/package/base-files/files/sbin/sysupgrade index 809e789..359f21f 100755 --- a/package/base-files/files/sbin/sysupgrade +++ b/package/base-files/files/sbin/sysupgrade @@ -4,8 +4,6 @@ . /lib/functions/system.sh # initialize defaults -RAMFS_COPY_BIN="" # extra programs for temporary ramfs root -RAMFS_COPY_DATA="" # extra data files export MTD_CONFIG_ARGS="" export INTERACTIVE=0 export VERBOSE=1 |