Skip to content

Commit

Permalink
base-files: Allow installation of symlinks using RAMFS_COPY_BIN env var.
Browse files Browse the repository at this point in the history
http://patchwork.openwrt.org/patch/5086/

Signed-off-by: karl.vogel@gmail.com

SVN-Revision: 40943
  • Loading branch information
John Crispin committed Jun 2, 2014
1 parent 8e7b974 commit 0de0310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/base-files/files/lib/upgrade/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ run_ramfs() { # <command> [...]
install_bin /usr/sbin/ubirmvol
install_bin /usr/sbin/ubimkvol
for file in $RAMFS_COPY_BIN; do
install_bin $file
install_bin ${file//:/ }
done
install_file /etc/resolv.conf /lib/functions.sh /lib/functions/*.sh /lib/upgrade/*.sh $RAMFS_COPY_DATA

Expand Down

0 comments on commit 0de0310

Please sign in to comment.