summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-05-27 17:21:47 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-05-27 17:21:47 +0000
commit8865f0923e9a28a6d94d348f6efdfb4fd724790a (patch)
tree4068b51d961e9ade55e9d62a164628b8f3443518 /target
parent1c552ba8e5022a40024d2eaf2d4fc3a370c058dd (diff)
downloadmaster-31e0f0ae-8865f0923e9a28a6d94d348f6efdfb4fd724790a.tar.gz
master-31e0f0ae-8865f0923e9a28a6d94d348f6efdfb4fd724790a.tar.bz2
master-31e0f0ae-8865f0923e9a28a6d94d348f6efdfb4fd724790a.zip
ar71xx: fix TL-WR1041 image size
SVN-Revision: 31923
Diffstat (limited to 'target')
-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 2f6a161cfd..1c0384df26 100644
--- a/target/linux/ar71xx/image/Makefile
+++ b/target/linux/ar71xx/image/Makefile
@@ -955,7 +955,7 @@ endef
tlwr1041_cmdline=board=TL-WR1041N-v2 console=ttyS0,115200
define Image/Build/Profile/TLWR1041
- $(call Image/Build/Template/$(fs_64kraw)/$(1),TPLINK-LZMA,tl-wr1041n-v2,$(tlwr1041_cmdline),0x10410002,1,8Mlzma)
+ $(call Image/Build/Template/$(fs_64kraw)/$(1),TPLINK-LZMA,tl-wr1041n-v2,$(tlwr1041_cmdline),0x10410002,1,4Mlzma)
endef
tlwr1043_cmdline=board=TL-WR1043ND console=ttyS0,115200