diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-03-01 11:17:16 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-03-01 11:17:16 +0000 |
commit | 1d5f4b368735fb8aeec628fd3aacf1e9b5fc0a19 (patch) | |
tree | 4d9514b308d7798f202a63df2c8f084c604ecaf9 /target/linux/ar71xx/image | |
parent | bc1ff678dd91ea52b81cd98a95d2677b240b8023 (diff) | |
download | mtk-20170518-1d5f4b368735fb8aeec628fd3aacf1e9b5fc0a19.zip mtk-20170518-1d5f4b368735fb8aeec628fd3aacf1e9b5fc0a19.tar.gz mtk-20170518-1d5f4b368735fb8aeec628fd3aacf1e9b5fc0a19.tar.bz2 |
tew-632brp: increase the size of rootfs partition, and build one unified firmware image only
SVN-Revision: 14709
Diffstat (limited to 'target/linux/ar71xx/image')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index c861dce..4a22608 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 |