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