kernel/base-files: clean up old code related to refreshing mtd partitions, it is no longer used anywhere

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 37282
This commit is contained in:
Felix Fietkau
2013-07-14 12:56:58 +00:00
parent e800436de3
commit b95bdc8ab5
4 changed files with 9 additions and 201 deletions

View 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##*:}"