mirror of
https://github.com/immortalwrt/immortalwrt.git
synced 2025-11-02 16:21:21 +08:00
6 lines
99 B
Makefile
6 lines
99 B
Makefile
ifneq ($(CONFIG_USE_APK),)
|
|
DEFAULT_PACKAGES += apk-openssl
|
|
else
|
|
DEFAULT_PACKAGES += opkg
|
|
endif
|