summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/image
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-03-01 11:17:16 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-03-01 11:17:16 +0000
commitf3c86673c180d69dba1658f2b3dcc083b0593642 (patch)
tree767dcfb8c5c787ddeff7368beb521405fb184b03 /target/linux/ar71xx/image
parentdb62a849ec8a1bdbdde7e54a037cb4bdbdd3957f (diff)
[ar71xx] tew-632brp: increase the size of rootfs partition, and build one unified firmware image only
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14709 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/image')
-rw-r--r--target/linux/ar71xx/image/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile
index c861dce25..4a226084f 100644
--- a/target/linux/ar71xx/image/Makefile
+++ b/target/linux/ar71xx/image/Makefile
@@ -52,9 +52,8 @@ define Image/Build/AP81
( \
dd if=$(KDIR)/vmlinux-$(2).uImage bs=768k conv=sync; \
dd if=$(KDIR)/root.$(1) bs=3008k conv=sync; \
- ) > $(call imgname,$(1),$(2)).bin; \
- cp $(call imgname,$(1),$(2)).bin $(call imgname,$(1),$(2)).webui; \
- echo -n $(4) >> $(call imgname,$(1),$(2)).webui; \
+ echo -n $(4); \
+ ) > $(call imgname,$(1),$(2)).uni; \
fi; fi
endef