summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/image
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-01-08 13:35:25 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-01-08 13:35:25 +0000
commita37ae4f1289f073a5376626a6d4c7d12c3a046e1 (patch)
tree1aa142607c1c82ab1e49dc373dab3618f79ec6c2 /target/linux/ar71xx/image
parent02d30873eb02ff747643690c0a6d3e5948d36510 (diff)
downloadmaster-31e0f0ae-a37ae4f1289f073a5376626a6d4c7d12c3a046e1.tar.gz
master-31e0f0ae-a37ae4f1289f073a5376626a6d4c7d12c3a046e1.tar.bz2
master-31e0f0ae-a37ae4f1289f073a5376626a6d4c7d12c3a046e1.zip
ar71xx: add missing flash partition for the DIR-825
SVN-Revision: 19075
Diffstat (limited to 'target/linux/ar71xx/image')
-rw-r--r--target/linux/ar71xx/image/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile
index 94920a8030..746f52576e 100644
--- a/target/linux/ar71xx/image/Makefile
+++ b/target/linux/ar71xx/image/Makefile
@@ -77,7 +77,7 @@ define Image/Build/WRT400N
fi; fi
endef
-dir825b1_mtdlayout=mtdparts=spi0.0:256k(uboot)ro,64k(config)ro,1024k(kernel),5184k(rootfs),64k(caldata)ro,6208k@0x50000(firmware)
+dir825b1_mtdlayout=mtdparts=spi0.0:256k(uboot)ro,64k(config)ro,1024k(kernel),5184k(rootfs),64k(caldata)ro,1600k(unknown)ro,6208k@0x50000(firmware)
define Image/Build/DIR825B1
$(call PatchKernelLzma,$(2),$(3) $(dir825b1_mtdlayout))
$(call MkImageLzma,$(KDIR)/vmlinux-$(2).bin.lzma,$(call imgname,$(1),$(2)).bin)