x86: remove the rdc subtarget, it was broken for ages and nobody cared
[openwrt.git] / target / linux / x86 / rdc / base-files / lib / upgrade / platform.sh
diff --git a/target/linux/x86/rdc/base-files/lib/upgrade/platform.sh b/target/linux/x86/rdc/base-files/lib/upgrade/platform.sh
deleted file mode 100644 (file)
index 6348a69..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-PART_NAME=firmware
-
-platform_check_image() {
-       [ "$(get_magic_word $(find_mtd_part firmware))" -eq "$(get_magic_word "$1")" ] && return 0
-
-       echo "Invalid image type. Please use an appropriate .bin file"
-       return 1
-}
-
-# use default for platform_do_upgrade()