Skip to content
Snippets Groups Projects
Commit fbbce1c8 authored by Zoltan Herpai's avatar Zoltan Herpai
Browse files

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


Signed-off-by: default avatarZoltan HERPAI <wigyori@uid0.hu>

SVN-Revision: 42775
parent 5121981a
No related branches found
No related tags found
No related merge requests found
......@@ -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))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment