diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-11-07 12:59:03 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-11-07 12:59:03 +0000 |
commit | 4aace1e2e31831bbcc8a92df228367112cd78bed (patch) | |
tree | 3cce9ea23fef003a0b3c244ae600ea192abd4d93 /target | |
parent | 8413e90418708e256315dbd10678e66a0f31c05b (diff) | |
download | mtk-20170518-4aace1e2e31831bbcc8a92df228367112cd78bed.zip mtk-20170518-4aace1e2e31831bbcc8a92df228367112cd78bed.tar.gz mtk-20170518-4aace1e2e31831bbcc8a92df228367112cd78bed.tar.bz2 |
ar71xx: fix WHR-HP-G300N MTD partitions
SVN-Revision: 28800
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ar71xx/mach-whr-hp-g300n.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-whr-hp-g300n.c b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-whr-hp-g300n.c index b29bf71..a0f78b6 100644 --- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-whr-hp-g300n.c +++ b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-whr-hp-g300n.c @@ -49,6 +49,7 @@ static struct mtd_partition whrhpg300n_partitions[] = { .name = "u-boot-env", .offset = 0x03e000, .size = 0x002000, + .mask_flags = MTD_WRITEABLE, }, { .name = "kernel", .offset = 0x040000, @@ -58,7 +59,7 @@ static struct mtd_partition whrhpg300n_partitions[] = { .offset = 0x120000, .size = 0x2c0000, }, { - .name = "NVRAM", + .name = "user_property", .offset = 0x3e0000, .size = 0x010000, }, { |