mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 09:26:28 +00:00
imagebuilder: always add local packages.adb
It doesn't matter if `IB_STANDALONE` is enabled or not, local packages must always be considered. Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
parent
408eab55ee
commit
a0eafc3c77
@ -48,6 +48,7 @@ ifneq ($(CONFIG_USE_APK),)
|
||||
$(call FeedSourcesAppendAPK,$(PKG_BUILD_DIR)/repositories)
|
||||
$(VERSION_SED_SCRIPT) $(PKG_BUILD_DIR)/repositories
|
||||
endif
|
||||
echo "packages/packages.adb" >> $(PKG_BUILD_DIR)/repositories
|
||||
|
||||
$(INSTALL_DATA) ./files/README.apk.md $(PKG_BUILD_DIR)/packages/README.md
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user