summaryrefslogtreecommitdiff
path: root/target/linux/au1000/patches-2.6.34/002-openwrt_rootfs.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2010-07-01 22:28:16 +0000
committerFlorian Fainelli <florian@openwrt.org>2010-07-01 22:28:16 +0000
commit7484ad4108583bf6408ce2d5f23a1b018399f23c (patch)
treea26733d2912f4399073a2e338ca515064bcf047a /target/linux/au1000/patches-2.6.34/002-openwrt_rootfs.patch
parenta92623b92a509f621a76b22078d5d2bacedd5dac (diff)
downloadmtk-20170518-7484ad4108583bf6408ce2d5f23a1b018399f23c.zip
mtk-20170518-7484ad4108583bf6408ce2d5f23a1b018399f23c.tar.gz
mtk-20170518-7484ad4108583bf6408ce2d5f23a1b018399f23c.tar.bz2
add 2.6.34 support
SVN-Revision: 22041
Diffstat (limited to 'target/linux/au1000/patches-2.6.34/002-openwrt_rootfs.patch')
-rw-r--r--target/linux/au1000/patches-2.6.34/002-openwrt_rootfs.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/au1000/patches-2.6.34/002-openwrt_rootfs.patch b/target/linux/au1000/patches-2.6.34/002-openwrt_rootfs.patch
new file mode 100644
index 0000000..e1056e9
--- /dev/null
+++ b/target/linux/au1000/patches-2.6.34/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,
+ },