inclue/image.mk: fix package installation for per-device rootfs
Fixes FS#1421.
Fixes: 2fbf669730
("imagebuilder: reuse rootfs preparation from rootfs.mk")
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
This commit is contained in:
parent
332b736a3e
commit
643850f568
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ ifndef IB
|
|||
endif
|
||||
|
||||
include $(INCLUDE_DIR)/image-legacy.mk
|
||||
include $(INCLUDE_DIR)/feeds.mk
|
||||
include $(INCLUDE_DIR)/rootfs.mk
|
||||
|
||||
override MAKE:=$(_SINGLE)$(SUBMAKE)
|
||||
|
|
Loading…
Reference in a new issue