diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-02-01 21:11:02 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-02-01 21:11:02 +0000 |
commit | 746fdb8f6dca2e9dac8a714e8c1c4e598b67353f (patch) | |
tree | b98cd969e5d3ccfaa2bdd5f1ef71fa7d74e9af49 /target/linux/au1000/patches-2.6.32/002-openwrt_rootfs.patch | |
parent | 25dd23e4e0123bbf2bf57ea9e4ff7cdf68b8035d (diff) | |
download | mtk-20170518-746fdb8f6dca2e9dac8a714e8c1c4e598b67353f.zip mtk-20170518-746fdb8f6dca2e9dac8a714e8c1c4e598b67353f.tar.gz mtk-20170518-746fdb8f6dca2e9dac8a714e8c1c4e598b67353f.tar.bz2 |
add 2.6.32 support
SVN-Revision: 19492
Diffstat (limited to 'target/linux/au1000/patches-2.6.32/002-openwrt_rootfs.patch')
-rw-r--r-- | target/linux/au1000/patches-2.6.32/002-openwrt_rootfs.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/au1000/patches-2.6.32/002-openwrt_rootfs.patch b/target/linux/au1000/patches-2.6.32/002-openwrt_rootfs.patch new file mode 100644 index 0000000..e1056e9 --- /dev/null +++ b/target/linux/au1000/patches-2.6.32/002-openwrt_rootfs.patch @@ -0,0 +1,11 @@ +--- a/arch/mips/alchemy/mtx-1/platform.c ++++ b/arch/mips/alchemy/mtx-1/platform.c +@@ -90,7 +90,7 @@ static struct platform_device mtx1_gpio_ + + static struct mtd_partition mtx1_mtd_partitions[] = { + { +- .name = "filesystem", ++ .name = "rootfs", + .size = 0x01C00000, + .offset = 0, + }, |