diff options
Diffstat (limited to 'target/linux/au1000/patches-3.18/002-openwrt_rootfs.patch')
-rw-r--r-- | target/linux/au1000/patches-3.18/002-openwrt_rootfs.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/au1000/patches-3.18/002-openwrt_rootfs.patch b/target/linux/au1000/patches-3.18/002-openwrt_rootfs.patch index 3fd2d8480b..1de8236547 100644 --- a/target/linux/au1000/patches-3.18/002-openwrt_rootfs.patch +++ b/target/linux/au1000/patches-3.18/002-openwrt_rootfs.patch @@ -1,11 +1,11 @@ --- a/arch/mips/alchemy/board-mtx1.c +++ b/arch/mips/alchemy/board-mtx1.c @@ -169,7 +169,7 @@ static struct platform_device mtx1_gpio_ - + static struct mtd_partition mtx1_mtd_partitions[] = { - { + { - .name = "filesystem", + .name = "rootfs", - .size = 0x01C00000, - .offset = 0, - }, + .size = 0x01C00000, + .offset = 0, + }, |