mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 04:08:25 +02:00
fix unwanted automatic package cleaning when using quilt
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7956 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8a40c8c3ef
commit
84253f32b9
@ -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…
Reference in New Issue
Block a user