mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-18 10:25:00 +02:00
revert last commit - flash map driver not updated yet
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5788 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
7ce63c32a1
commit
a8131d4638
@ -31,7 +31,7 @@ define Image/BuildKernel
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Image/Build/jffs2-64k
|
define Image/Build/jffs2-64k
|
||||||
@dd if=$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL).ari of=$(KDIR)/image.tmp bs=65536 conv=sync
|
@dd if=$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL).ari of=$(KDIR)/image.tmp bs=655360 conv=sync
|
||||||
@cat $(KDIR)/root.$(1) >> $(KDIR)/image.tmp
|
@cat $(KDIR)/root.$(1) >> $(KDIR)/image.tmp
|
||||||
mv $(KDIR)/image.tmp $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(patsubst jffs2-%,jffs2,$(1)).bin
|
mv $(KDIR)/image.tmp $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(patsubst jffs2-%,jffs2,$(1)).bin
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user