Procházet zdrojové kódy

sunxi: re-add rootfs build when no profile is set, fixes #17980, thanks.

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

SVN-Revision: 42775
Zoltan Herpai před 11 roky
rodič
revize
fbbce1c8d8
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      target/linux/sunxi/image/Makefile

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

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