aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/au1000/patches-2.6.35/002-openwrt_rootfs.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2010-08-09 20:07:02 +0000
committerFlorian Fainelli <florian@openwrt.org>2010-08-09 20:07:02 +0000
commit153f4c8b9b5d782bdbf6843bab5279d97809a9f6 (patch)
tree810f121a793d3d8e0d08cfb5d1f87b208ca35e73 /target/linux/au1000/patches-2.6.35/002-openwrt_rootfs.patch
parent8b934b8d898b482bc52ab6f9d1081b9a7c750d11 (diff)
downloadupstream-153f4c8b9b5d782bdbf6843bab5279d97809a9f6.tar.gz
upstream-153f4c8b9b5d782bdbf6843bab5279d97809a9f6.tar.bz2
upstream-153f4c8b9b5d782bdbf6843bab5279d97809a9f6.zip
add support for 2.6.35
SVN-Revision: 22568
Diffstat (limited to 'target/linux/au1000/patches-2.6.35/002-openwrt_rootfs.patch')
-rw-r--r--target/linux/au1000/patches-2.6.35/002-openwrt_rootfs.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/au1000/patches-2.6.35/002-openwrt_rootfs.patch b/target/linux/au1000/patches-2.6.35/002-openwrt_rootfs.patch
new file mode 100644
index 0000000000..e1056e93d9
--- /dev/null
+++ b/target/linux/au1000/patches-2.6.35/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,
+ },