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

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

SVN-Revision: 42775
v19.07.3_mercusys_ac12_duma
Zoltan Herpai 10 years ago
parent 5121981a9e
commit fbbce1c8d8

@ -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))

Loading…
Cancel
Save