summaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-11-07 20:24:57 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-11-07 20:24:57 +0000
commitc60baf78ce21e452941b786efa279a78ea5a34b1 (patch)
tree5f43193e1d0b89537e42833bc68255791cfbfe27 /target/linux
parent0fb7c80659b80d384cd04426a9316f8c0b7ad84d (diff)
downloadmaster-31e0f0ae-c60baf78ce21e452941b786efa279a78ea5a34b1.tar.gz
master-31e0f0ae-c60baf78ce21e452941b786efa279a78ea5a34b1.tar.bz2
master-31e0f0ae-c60baf78ce21e452941b786efa279a78ea5a34b1.zip
ar71xx: fix WHR-HP-G300N firmware partition offset
SVN-Revision: 28810
Diffstat (limited to 'target/linux')
-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 a4b851fe34..d687f6ff04 100644
--- a/target/linux/ar71xx/image/Makefile
+++ b/target/linux/ar71xx/image/Makefile
@@ -713,7 +713,7 @@ define Image/Build/Profile/WHRG301N
endef
whrhpg300n_cmdline=board=WHR-HP-G300N console=ttyS0,115200
-whrhpg300n_mtdlayout=mtdparts=spi0.0:248k(u-boot)ro,8k(u-boot-env)ro,896k(kernel),2816k(rootfs),64k(user_property),64k(art)ro,3712k@0x30000(firmware)
+whrhpg300n_mtdlayout=mtdparts=spi0.0:248k(u-boot)ro,8k(u-boot-env)ro,896k(kernel),2816k(rootfs),64k(user_property),64k(art)ro,3712k@0x40000(firmware)
define Image/Build/Profile/WHRHPG300N
$(call Image/Build/Template/$(fs_64k)/$(1),WHRHPG300N,whr-hp-g300n,$(whrhpg300n_cmdline),whrhpg300n_mtdlayout,WHR-HP-G300N)
endef