aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/rtl838x/base-files/lib/upgrade/platform.sh
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/rtl838x/base-files/lib/upgrade/platform.sh')
-rw-r--r--target/linux/rtl838x/base-files/lib/upgrade/platform.sh19
1 files changed, 0 insertions, 19 deletions
diff --git a/target/linux/rtl838x/base-files/lib/upgrade/platform.sh b/target/linux/rtl838x/base-files/lib/upgrade/platform.sh
deleted file mode 100644
index 927aadbe31..0000000000
--- a/target/linux/rtl838x/base-files/lib/upgrade/platform.sh
+++ /dev/null
@@ -1,19 +0,0 @@
-PART_NAME=firmware
-REQUIRE_IMAGE_METADATA=1
-
-RAMFS_COPY_BIN='fw_printenv fw_setenv'
-RAMFS_COPY_DATA='/etc/fw_env.config /var/lock/fw_printenv.lock'
-
-platform_check_image() {
- return 0
-}
-
-platform_do_upgrade() {
- local board=$(board_name)
-
- case "$board" in
- *)
- default_do_upgrade "$1"
- ;;
- esac
-}