From: Zoltan Herpai Date: Sun, 5 Oct 2014 17:32:36 +0000 (+0000) Subject: sunxi: re-add rootfs build when no profile is set, fixes #17980, thanks. X-Git-Tag: reboot~5764 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=fbbce1c8d8a7754ad078c35718b97e38d98fb96e;p=openwrt%2Fopenwrt.git sunxi: re-add rootfs build when no profile is set, fixes #17980, thanks. Signed-off-by: Zoltan HERPAI SVN-Revision: 42775 --- diff --git a/target/linux/sunxi/image/Makefile b/target/linux/sunxi/image/Makefile index 81ba5979ec..e7991cffde 100644 --- a/target/linux/sunxi/image/Makefile +++ b/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))