aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/lib
diff options
context:
space:
mode:
Diffstat (limited to 'package/base-files/files/lib')
-rw-r--r--package/base-files/files/lib/upgrade/legacy-sdcard.sh (renamed from package/base-files/files/lib/upgrade/sdcard.sh)6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/base-files/files/lib/upgrade/sdcard.sh b/package/base-files/files/lib/upgrade/legacy-sdcard.sh
index 2052805acb..d2ae53b729 100644
--- a/package/base-files/files/lib/upgrade/sdcard.sh
+++ b/package/base-files/files/lib/upgrade/legacy-sdcard.sh
@@ -1,4 +1,4 @@
-sdcard_check_image() {
+legacy_sdcard_check_image() {
local file="$1"
local diskdev partdev diff
@@ -26,7 +26,7 @@ sdcard_check_image() {
fi
}
-sdcard_do_upgrade() {
+legacy_sdcard_do_upgrade() {
local board=$(board_name)
local diskdev partdev diff
@@ -78,7 +78,7 @@ sdcard_do_upgrade() {
sleep 1
}
-sdcard_copy_config() {
+legacy_sdcard_copy_config() {
local partdev
if export_partdevice partdev 1; then