From 11fb0b6af457ce657a2de886a8cba14f5b8b0cea Mon Sep 17 00:00:00 2001 From: Chanho Park Date: Mon, 23 Mar 2015 15:04:41 +0900 Subject: [PATCH] Revert "partitions: fix module partition name" This reverts commit 3e4f851a9788f90054438753ad7dbbc6043e8110. The filename of module partion should be "modules.img" and its label will be "module". Thus, I revert the latest patch. Change-Id: I8385ff97c740fd79def6a210cec82a1d32c18570 Signed-off-by: Chanho Park --- partitions/common-mbr-boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/partitions/common-mbr-boot b/partitions/common-mbr-boot index f27b224..6f894b1 100644 --- a/partitions/common-mbr-boot +++ b/partitions/common-mbr-boot @@ -1,2 +1,2 @@ part /boot --fstype="vfat" --size=32 --ondisk=mmcblk0 --active --label boot --fsoptions=defaults,noatime -part /lib/modules --fstype="ext4" --size=20 --ondisk=mmcblk0 --active --label module --fsoptions=defaults,noatime +part /lib/modules --fstype="ext4" --size=20 --ondisk=mmcblk0 --active --label modules --fsoptions=defaults,noatime -- 2.7.4