diff options
| -rw-r--r-- | package/pkg-generic.mk | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/package/pkg-generic.mk b/package/pkg-generic.mk index fc05dc66b..a570ad758 100644 --- a/package/pkg-generic.mk +++ b/package/pkg-generic.mk @@ -390,6 +390,9 @@ $(1)-configure:		$(1)-depends \  $(1)-depends:		$(1)-rsync $$($(2)_DEPENDENCIES) +$(1)-patch:		$(1)-rsync +$(1)-extract:		$(1)-rsync +  $(1)-rsync:		$$($(2)_TARGET_RSYNC)  $(1)-source:		$$($(2)_TARGET_RSYNC_SOURCE) | 
