fix unwanted automatic package cleaning when using quilt

SVN-Revision: 7956
v19.07.3_mercusys_ac12_duma
Felix Fietkau 17 years ago
parent c50816d093
commit e670647412

@ -24,7 +24,7 @@ QUILT?=$(strip $(shell test -f $(PKG_BUILD_DIR)/.quilt_used && echo y))
ifneq ($(QUILT),)
STAMP_PREPARED:=$(strip $(STAMP_PREPARED))_q
STAMP_PATCHED:=$(PKG_BUILD_DIR)/.quilt_patched
CONFIG_AUTOREBUILD=
override CONFIG_AUTOREBUILD=
PATCHES:=$(shell )
define Build/Patch/Default
rm -rf $(PKG_BUILD_DIR)/patches

Loading…
Cancel
Save