Merge Official Source

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen
2026-05-23 17:21:09 +08:00
22 changed files with 185 additions and 111 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ opkg_package_files = $(wildcard \
apk_package_files = $(wildcard \
$(foreach dir,$(PACKAGE_SUBDIRS), \
$(foreach pkg,$(1), $(dir)/$(pkg)-*.apk)))
$(foreach pkg,$(1), $(dir)/$(pkg)*.apk)))
# 1: package name
define FeedPackageDir