mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-22 10:01:03 +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)
|
$(call FeedSourcesAppendAPK,$(PKG_BUILD_DIR)/repositories)
|
||||||
$(VERSION_SED_SCRIPT) $(PKG_BUILD_DIR)/repositories
|
$(VERSION_SED_SCRIPT) $(PKG_BUILD_DIR)/repositories
|
||||||
endif
|
endif
|
||||||
|
echo "packages/packages.adb" >> $(PKG_BUILD_DIR)/repositories
|
||||||
|
|
||||||
$(INSTALL_DATA) ./files/README.apk.md $(PKG_BUILD_DIR)/packages/README.md
|
$(INSTALL_DATA) ./files/README.apk.md $(PKG_BUILD_DIR)/packages/README.md
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user