projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Upgrade hostapd to 0.5.8, thanks to Daniel Gimpelevich
[openwrt.git]
/
include
/
quilt.mk
diff --git
a/include/quilt.mk
b/include/quilt.mk
index
7714f29
..
dc5a9d2
100644
(file)
--- a/
include/quilt.mk
+++ b/
include/quilt.mk
@@
-10,6
+10,10
@@
ifeq ($(KERNEL_BUILD),1)
endif
PATCH_DIR?=./patches
+ifeq ($(MAKECMDGOALS),refresh)
+ override QUILT=1
+endif
+
define Quilt/Patch
@for patch in $$$$( (cd $(1) && ls) 2>/dev/null ); do ( \
cp "$(1)/$$$$patch" $(PKG_BUILD_DIR); \
This page took
0.022156 seconds
and
4
git commands to generate.