mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user