|
@@ -273,7 +273,7 @@ endef
|
|
|
ifneq ($(strip $(PKG_UNPACK)),)
|
|
ifneq ($(strip $(PKG_UNPACK)),)
|
|
|
define Build/Prepare/Default
|
|
define Build/Prepare/Default
|
|
|
$(PKG_UNPACK)
|
|
$(PKG_UNPACK)
|
|
|
- @if [ -d ./patches ]; then \
|
|
|
|
|
|
|
+ @if [ -d ./patches -a "$$$$(ls ./patches | wc -l)" -gt 0 ]; then \
|
|
|
$(PATCH) $(PKG_BUILD_DIR) ./patches; \
|
|
$(PATCH) $(PKG_BUILD_DIR) ./patches; \
|
|
|
fi
|
|
fi
|
|
|
endef
|
|
endef
|