Prechádzať zdrojové kódy

sunxi: fix image generation

Signed-off-by: Zoltan HERPAI <[email protected]>

SVN-Revision: 39276
Zoltan Herpai 12 rokov pred
rodič
commit
d8afb543d0
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      target/linux/sunxi/image/Makefile

+ 1 - 0
target/linux/sunxi/image/Makefile

@@ -39,6 +39,7 @@ endef
 
 
 define Image/Build
 define Image/Build
 	$(call Image/Build/$(1),$(1))
 	$(call Image/Build/$(1),$(1))
+	dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/openwrt-$(BOARD)-root.$(1) bs=128k conv=sync
 endef
 endef
 
 
 $(eval $(call BuildImage))
 $(eval $(call BuildImage))