projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
sync to kernel 2.6.32.12
[openwrt.git]
/
target
/
linux
/
ar71xx
/
image
/
Makefile
diff --git
a/target/linux/ar71xx/image/Makefile
b/target/linux/ar71xx/image/Makefile
index
42d67ca
..
c6721de
100644
(file)
--- a/
target/linux/ar71xx/image/Makefile
+++ b/
target/linux/ar71xx/image/Makefile
@@
-294,13
+294,13
@@
define Image/Build/Planex
-d $(KDIR)/vmlinux-$(2).bin.gz $(KDIR)/vmlinux-$(2).uImage; \
( \
dd if=$(KDIR)/vmlinux-$(2).uImage bs=1408k conv=sync; \
-d $(KDIR)/vmlinux-$(2).bin.gz $(KDIR)/vmlinux-$(2).uImage; \
( \
dd if=$(KDIR)/vmlinux-$(2).uImage bs=1408k conv=sync; \
- dd if=$(KDIR)/root.$(1)
bs=6208k conv=sync
; \
- ) > $(call imgname,$(1),$(2)).bin; \
+ dd if=$(KDIR)/root.$(1); \
+ ) > $(call imgname,$(1),$(2))
-sysupgrade
.bin; \
$(STAGING_DIR_HOST)/bin/mkplanexfw \
-B $(2) \
-v 2.00.00 \
$(STAGING_DIR_HOST)/bin/mkplanexfw \
-B $(2) \
-v 2.00.00 \
- -i $(call imgname,$(1),$(2)).bin \
- -o $(call imgname,$(1),$(2))
.webui
; \
+ -i $(call imgname,$(1),$(2))
-sysupgrade
.bin \
+ -o $(call imgname,$(1),$(2))
-factory.bin
; \
fi; fi
endef
fi; fi
endef
This page took
0.022853 seconds
and
4
git commands to generate.