immortalwrt-mt798x-24.10/include/default-packages.mk
Tianling Shen 849b0be2de
Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2025-01-04 17:42:48 +08:00

6 lines
99 B
Makefile

ifneq ($(CONFIG_USE_APK),)
DEFAULT_PACKAGES += apk-openssl
else
DEFAULT_PACKAGES += opkg
endif