X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fau1000%2Fpatches%2F002-openwrt_rootfs.patch;fp=target%2Flinux%2Fau1000%2Fpatches%2F002-openwrt_rootfs.patch;h=4fd7654dcc9d5bd8efd92fe6f3a919929c772ade;hb=11834dc50aa3d2d202dadfd73f869044b210e602;hp=0000000000000000000000000000000000000000;hpb=ce444d9237d0e04d25a052520ec8d6c7fa690694;p=15.05%2Fopenwrt.git diff --git a/target/linux/au1000/patches/002-openwrt_rootfs.patch b/target/linux/au1000/patches/002-openwrt_rootfs.patch new file mode 100644 index 0000000000..4fd7654dcc --- /dev/null +++ b/target/linux/au1000/patches/002-openwrt_rootfs.patch @@ -0,0 +1,11 @@ +--- a/arch/mips/alchemy/board-mtx1.c ++++ b/arch/mips/alchemy/board-mtx1.c +@@ -171,7 +171,7 @@ static struct platform_device mtx1_gpio_ + + static struct mtd_partition mtx1_mtd_partitions[] = { + { +- .name = "filesystem", ++ .name = "rootfs", + .size = 0x01C00000, + .offset = 0, + },