mirror of
https://github.com/VIKINGYFY/immortalwrt.git
synced 2025-12-16 09:10:38 +00:00
6 lines
99 B
Makefile
6 lines
99 B
Makefile
ifneq ($(CONFIG_USE_APK),)
|
|
DEFAULT_PACKAGES += apk-openssl
|
|
else
|
|
DEFAULT_PACKAGES += opkg
|
|
endif
|