4 lines
77 B
Makefile
4 lines
77 B
Makefile
ifeq ($(CONFIG_TARGET_PACKAGE_DROPBEAR),y)
|
|
TARGET_PACKAGES += dropbear
|
|
endif
|