4 lines
75 B
Makefile
4 lines
75 B
Makefile
ifeq ($(CONFIG_TARGET_PACKAGE_OPENSSL),y)
|
|
TARGET_PACKAGES += openssl
|
|
endif
|