mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-09 08:08:27 +00:00
6 lines
99 B
Makefile
6 lines
99 B
Makefile
|
ifneq ($(CONFIG_USE_APK),)
|
||
|
DEFAULT_PACKAGES += apk-mbedtls
|
||
|
else
|
||
|
DEFAULT_PACKAGES += opkg
|
||
|
endif
|