From 485a5b1d78bd16c4c916a3772769842820e0e3b8 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 15 Jun 2012 14:09:20 +0200 Subject: add support for newest kernels --- target/linux/patches/3.0.30/mtd-rootfs.patch | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 target/linux/patches/3.0.30/mtd-rootfs.patch (limited to 'target/linux/patches/3.0.30/mtd-rootfs.patch') diff --git a/target/linux/patches/3.0.30/mtd-rootfs.patch b/target/linux/patches/3.0.30/mtd-rootfs.patch deleted file mode 100644 index 5dad745d8..000000000 --- a/target/linux/patches/3.0.30/mtd-rootfs.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff -Nur linux-3.0.17.orig/drivers/mtd/mtdpart.c linux-3.0.17/drivers/mtd/mtdpart.c ---- linux-3.0.17.orig/drivers/mtd/mtdpart.c 2012-01-12 20:54:29.000000000 +0100 -+++ linux-3.0.17/drivers/mtd/mtdpart.c 2012-01-18 12:00:59.000000000 +0100 -@@ -30,6 +30,7 @@ - #include - #include - #include -+#include - - #include "mtdcore.h" - -@@ -661,6 +662,14 @@ - if (IS_ERR(slave)) - return PTR_ERR(slave); - -+ if (strcmp(parts[i].name, "rootfs") == 0) { -+ if (ROOT_DEV == 0) { -+ printk(KERN_NOTICE "mtd: partition \"rootfs\" " -+ "set to be root filesystem\n"); -+ ROOT_DEV = MKDEV(MTD_BLOCK_MAJOR, i); -+ } -+ } -+ - mutex_lock(&mtd_partitions_mutex); - list_add(&slave->list, &mtd_partitions); - mutex_unlock(&mtd_partitions_mutex); -- cgit v1.2.3