mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2025-12-16 08:44:50 +00:00
6 lines
99 B
Makefile
6 lines
99 B
Makefile
ifneq ($(CONFIG_USE_APK),)
|
|
DEFAULT_PACKAGES += apk-openssl
|
|
else
|
|
DEFAULT_PACKAGES += opkg
|
|
endif
|