mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-16 13:23:38 +08:00
imagebuilder: fix standalone operation
Fix standalone ImageBuilders after the package layout rework. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
9e04019024
commit
da46d2b228
@ -53,7 +53,8 @@ ifeq ($(CONFIG_IB_STANDALONE),)
|
||||
cp "$(PACKAGE_DIR)/$$path" "$(PKG_BUILD_DIR)/packages/$$path"; \
|
||||
done
|
||||
else
|
||||
$(CP) $(PACKAGE_DIR) $(PKG_BUILD_DIR)/packages
|
||||
$(INSTALL_DIR) $(PKG_BUILD_DIR)/packages
|
||||
find $(wildcard $(PACKAGE_SUBDIRS)) -type f -name '*.ipk' -exec $(CP) {} $(PKG_BUILD_DIR)/packages/ \;
|
||||
endif
|
||||
|
||||
$(CP) $(TOPDIR)/target/linux $(PKG_BUILD_DIR)/target/
|
||||
|
Loading…
Reference in New Issue
Block a user