6 lines
99 B
Makefile
6 lines
99 B
Makefile
|
ifneq ($(CONFIG_USE_APK),)
|
||
|
DEFAULT_PACKAGES += apk-mbedtls
|
||
|
else
|
||
|
DEFAULT_PACKAGES += opkg
|
||
|
endif
|