|
@@ -75,7 +75,7 @@ endef
|
75
|
75
|
|
76
|
76
|
define Build/Prepare
|
77
|
77
|
$(call Build/Prepare/Default)
|
78
|
|
- ifeq ($(CONFIG_PACKAGE_pianod-client),y)
|
|
78
|
+ ifneq ($(CONFIG_PACKAGE_pianod-client),)
|
79
|
79
|
$(eval $(call Download,pianod-client))
|
80
|
80
|
mkdir -p $(PKG_BUILD_DIR)/pianod-client
|
81
|
81
|
$(TAR) -xf $(DL_DIR)/$(PIANOD_CLIENT) --strip=1 -C $(PKG_BUILD_DIR)/pianod-client
|