projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add documentation for /etc/config/wireless and improve formatting
[openwrt.git]
/
include
/
package.mk
diff --git
a/include/package.mk
b/include/package.mk
index
fc1b780
..
87e76be
100644
(file)
--- a/
include/package.mk
+++ b/
include/package.mk
@@
-272,8
+272,8
@@
endef
ifneq ($(strip $(PKG_UNPACK)),)
define Build/Prepare/Default
- $(UNPACK)
- @if [ -d ./patches ]; then \
+ $(
PKG_
UNPACK)
+ @if [ -d ./patches
-a "$$$$(ls ./patches | wc -l)" -gt 0
]; then \
$(PATCH) $(PKG_BUILD_DIR) ./patches; \
fi
endef
This page took
0.018037 seconds
and
4
git commands to generate.