aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq806x/base-files/lib/upgrade/linksys.sh
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2017-07-10 18:03:39 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2017-07-11 17:19:23 +0200
commit08a94ecaee9c72245427688bd5c9b295c1cefc99 (patch)
treeb24981831434a2c67503035a5dbebe28bc7e2823 /target/linux/ipq806x/base-files/lib/upgrade/linksys.sh
parent73f675415c00656caa2ebab762654f56dc3b98bc (diff)
downloadupstream-08a94ecaee9c72245427688bd5c9b295c1cefc99.tar.gz
upstream-08a94ecaee9c72245427688bd5c9b295c1cefc99.tar.bz2
upstream-08a94ecaee9c72245427688bd5c9b295c1cefc99.zip
ipq806x: upgrade: fix RAMFS_COPY_*
RAMFS_COPY_* are moved to platform.sh toplevel. The unneeded linksys_preupgrade function is removed, and the nand_do_upgrade call is moved to platform_do_upgrade. Fixes: 30f61a34b4cf "base-files: always use staged sysupgrade" Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'target/linux/ipq806x/base-files/lib/upgrade/linksys.sh')
-rw-r--r--target/linux/ipq806x/base-files/lib/upgrade/linksys.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/target/linux/ipq806x/base-files/lib/upgrade/linksys.sh b/target/linux/ipq806x/base-files/lib/upgrade/linksys.sh
index 12f25efdae..0234ce0a51 100644
--- a/target/linux/ipq806x/base-files/lib/upgrade/linksys.sh
+++ b/target/linux/ipq806x/base-files/lib/upgrade/linksys.sh
@@ -99,12 +99,3 @@ platform_do_upgrade_linksys() {
fi
}
}
-
-linksys_preupgrade() {
- export RAMFS_COPY_BIN="${RAMFS_COPY_BIN} /usr/sbin/fw_printenv /usr/sbin/fw_setenv"
- export RAMFS_COPY_BIN="${RAMFS_COPY_BIN} /bin/mkdir /bin/touch"
- export RAMFS_COPY_DATA="${RAMFS_COPY_DATA} /etc/fw_env.config /var/lock/fw_printenv.lock"
-
-}
-
-append sysupgrade_pre_upgrade linksys_preupgrade