Просмотр исходного кода

ramips: define firmware partition for Omnima MiniEMBWiFi

Patch-by: Ivan Ignjatic <[email protected]>

SVN-Revision: 29602
Gabor Juhos 14 лет назад
Родитель
Сommit
03bce34384
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      target/linux/ramips/files/arch/mips/ralink/rt305x/mach-omni-emb.c

+ 4 - 0
target/linux/ramips/files/arch/mips/ralink/rt305x/mach-omni-emb.c

@@ -54,6 +54,10 @@ static struct mtd_partition emb_partitions[] = {
 		.name	= "rootfs",
 		.offset	= 0x150000,
 		.size	= 0x6B0000,
+	}, {
+		.name	= "firmware",
+		.offset	= 0x050000,
+		.size	= 0x7B0000,
 	}
 };
 #endif /* CONFIG_MTD_PARTITIONS */