kernel/base-files: clean up old code related to refreshing mtd partitions, it is...
[openwrt/svn-archive/archive.git] / target / linux / x86 / base-files / lib / upgrade / platform.sh
index dd94db069434a236ecea216e1ce94be03de1e52f..9503d5db88f4e8b470e5950aaf6293433bcfe0a9 100644 (file)
@@ -1,5 +1,3 @@
-USE_REFRESH=1
-
 x86_get_rootfs() {
        local rootfsdev
        local rootfstype
@@ -27,10 +25,6 @@ platform_check_image() {
        esac
 }
 
-platform_refresh_partitions() {
-       return 0
-}
-
 platform_copy_config() {
        local rootfs="$(x86_get_rootfs)"
        local rootfsdev="${rootfs##*:}"