diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-04-07 10:29:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-04-07 10:29:47 +0000 |
commit | 4a9ea80ef06472204b66ab037179455a47a98c9e (patch) | |
tree | bb2c6f63cce25b73251af6e825c7550ae5dfa90a /package/base-files/files/lib/upgrade | |
parent | e700dcaf0493e0ea159594ba8b7b70ab1242ee18 (diff) | |
download | upstream-4a9ea80ef06472204b66ab037179455a47a98c9e.tar.gz upstream-4a9ea80ef06472204b66ab037179455a47a98c9e.tar.bz2 upstream-4a9ea80ef06472204b66ab037179455a47a98c9e.zip |
/lib/functions.sh: move rarely used mtd and macaddr related functions to /lib/functions/system.sh
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40411
Diffstat (limited to 'package/base-files/files/lib/upgrade')
-rw-r--r-- | package/base-files/files/lib/upgrade/common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/lib/upgrade/common.sh b/package/base-files/files/lib/upgrade/common.sh index 90a00e45a2..2963c37b65 100644 --- a/package/base-files/files/lib/upgrade/common.sh +++ b/package/base-files/files/lib/upgrade/common.sh @@ -69,7 +69,7 @@ run_ramfs() { # <command> [...] for file in $RAMFS_COPY_BIN; do install_bin $file done - install_file /etc/resolv.conf /lib/functions.sh /lib/functions.sh /lib/upgrade/*.sh $RAMFS_COPY_DATA + install_file /etc/resolv.conf /lib/functions.sh /lib/functions/*.sh /lib/upgrade/*.sh $RAMFS_COPY_DATA supivot $RAM_ROOT /mnt || { echo "Failed to switch over to ramfs. Please reboot." |