aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/au1000/patches-2.6.28/002-openwrt_rootfs.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-05-07 11:06:56 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-05-07 11:06:56 +0000
commit7530723d77810198da93315819df67467c5556d7 (patch)
tree1ae83a923f5bc7c1bd6d3b3d96728859c09381a2 /target/linux/au1000/patches-2.6.28/002-openwrt_rootfs.patch
parentf6d28016fe5be386a31af060b825cf46dd8c4938 (diff)
downloadupstream-7530723d77810198da93315819df67467c5556d7.tar.gz
upstream-7530723d77810198da93315819df67467c5556d7.tar.bz2
upstream-7530723d77810198da93315819df67467c5556d7.zip
update to 2.6.28
SVN-Revision: 15661
Diffstat (limited to 'target/linux/au1000/patches-2.6.28/002-openwrt_rootfs.patch')
-rw-r--r--target/linux/au1000/patches-2.6.28/002-openwrt_rootfs.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/au1000/patches-2.6.28/002-openwrt_rootfs.patch b/target/linux/au1000/patches-2.6.28/002-openwrt_rootfs.patch
new file mode 100644
index 0000000000..e1056e93d9
--- /dev/null
+++ b/target/linux/au1000/patches-2.6.28/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,
+ },